0.0.3 • Published 8 years ago
falcon-qm v0.0.3
Falcon
@qianmi/falcon
Falcon-cli
Falcon-cli是一个基于Node的命令行工具集
Usage: falcon {...option}
falcon-cli 千米电商云管理端前端项目构建脚手架
Options:
-h, --help output usage information
-v, --version output the version number
-p2, --pack Drink
-p, --publish Drink
Commands:
help Init a new falcon application in the current folder init Init a new falcon application in the current folder new Creates a new application update do not work
-h, --help output usage information -V, --version output the version number -p, --peppers Add peppers -P, --pineapple Add pineapple -b, --bbq Add bbq sauce -c, --cheese Add the specified type of cheese marble -C, --no-cheese You do not want any cheese
All commands can be run with -h (or --help) for more information.
Install
$ npm install -g falcon-cli
Usage
Create
$ falcon create #{project}
$ cd #{project}
Init
$ mkdir #{project} && cd #{project}
$ falcon init
Update
$ npm install -g falcon-cli@latest && cd #{project}
$ falcon update
or
$ cd #{project} && npm run falcon:update
Pack 暂未开放
$ cd #{project}
$ falcon push test5
Other
And More ?