Tool to create various projects based on templates.
- git(go https://git-scm.com/downloads to install)
go install github.com/pefish/create-app/cmd/...@latest
create-app --help
create-app my-project -t electron -d "my test project"
create-app my-project -t react-app -d "my test project"
create-app my-project -t go-web-server -d "my test project"
create-app my-project -t nodejs-web-server -d "my test project"
create-app my-project -t ts-app -d "my test project"
create-app my-project -t ts-lib -d "my test project"
create-app my-project -t rust-app