public-cli
v0.2.0
Published
A cli for generating projects based on javascript.
Readme
public-cli
A cli for generating projects based on javascript.
thanks: yedaodao dada
Installation
Install it via npm:
npm install -g public-cliThen you can invoke it everywhere.
Get Started
Enter the directory where you want to create the project.
Execute the following command in your terminal:
pub-cli newThen select the project template and answer some questions.
Support Template
- [x] react-library
- [x] koa2-server
- [x] react-mobx
- [x] react-redux
