1.0.3 • Published 3 years ago

generate-app-cli v1.0.3

Weekly downloads
11
License
ISC
Repository
github
Last release
3 years ago

Generate App Cli

node.js

Background

Since the projects generated by create-react-app and koa-generate are relatively simple, I need a cli tool to generate some of my commonly used project templates, so I made this cli tool

Install

npm install generate-app-cli -g

Usage

Create a new project

generate-app create [projectName]

Initialize a project

cd [projectName]
generate-app init

Then follow the instructions

Related Efforts

License

ISC