Skip to content

Tool to create various projects based on templates(一款根据模板创建各种应用的命令行工具,类似create-react-app)

License

Notifications You must be signed in to change notification settings

pefish/create-app

Repository files navigation

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

About

Tool to create various projects based on templates(一款根据模板创建各种应用的命令行工具,类似create-react-app)

Resources

License

Stars

Watchers

Forks

Packages

No packages published