nomi-cli
Version:
为node框架nomi打造的cli工具
16 lines (12 loc) • 389 B
Markdown
``` bash
$ npm install nomi-cli -g --save
```
Node.js >= 8.0.0 required.
``` bash
$ nomi-cli -v or nomi-cli --version // show the version of nomi-cli
$ nomi-cli -h or nomi-cli --help // show the all commands of nomi-cli
$ nomi-cli init // init nomi application
$ nomi-cli build // according to the configuration file to build the nomi application
```