Categorygithub.com/pefish/create-app
module
1.2.3
Repository: https://github.com/pefish/create-app.git
Documentation: pkg.go.dev

# README

Description

Tool to create various projects based on templates.

Dependencies

  1. git(go https://git-scm.com/downloads to install)

Install

go install github.com/pefish/create-app/cmd/...@latest

Help

create-app --help

Create Electron App

create-app my-project -t electron -d "my test project"

Create React App

create-app my-project -t react-app -d "my test project"

Create Golang Web Server

create-app my-project -t go-web-server -d "my test project"

Create Nodejs Web Server

create-app my-project -t nodejs-web-server -d "my test project"

Create Typescript App

create-app my-project -t ts-app -d "my test project"

Create Typescript Lib

create-app my-project -t ts-lib -d "my test project"

Create Rust LiAAppppb

create-app my-project -t rust-app

# Packages

No description provided by the author
No description provided by the author
No description provided by the author