common-cli
v1.0.1
Published
示范如何编写自己的cli工具
Downloads
12,741
Readme
common-cli
示范如何编写自己的 CLI,请不要把此工具用于生产系统。
Usage
common-cli可以缩写成common,或者使用别名fish-cli,或者fish,都是等价的。
- npm install -g common-cli
- fish new my-project
- cd my-project
- npm install
- fish serve
默认拉取基于Angular的模板项目,如果需要拉取基于React的模板项目,使用:fish new my-project -r
License
MIT
You can use this project to do whatever you want, but I'm not responsible for any consequences.