@1450factory/seerjs 中文文档教程
Seerjs
Seerjs 是一个命令行,可帮助您加快节点项目的开发。
Installation
$ npm install @1450factory/seerjs -g
或
$ npx @1450factory/seerjs ....
Usage
seerjs [选项] [命令]
选项:
- -v, --version: Display the current version
- -d, --debug: Output extra debugging
- -js, --javascript: Use javascript (default)
- -ts, --typescript: Use typescript
- -h, --help: Display help for command
命令:
- new
[destination]: Creating a new Nodejs application - make:model
[destination]: Make a model file - help [command]: Display help for command
Uninstalling
您可以使用以下命令卸载它:
$ npm uninstall -g @1450factory/seerjs
Seerjs
Seerjs is a command line help you to speed up your node projects development.
Installation
$ npm install @1450factory/seerjs -g
or
$ npx @1450factory/seerjs ....
Usage
seerjs [options] [command]
Options:
- -v, --version: Display the current version
- -d, --debug: Output extra debugging
- -js, --javascript: Use javascript (default)
- -ts, --typescript: Use typescript
- -h, --help: Display help for command
Commands:
- new
[destination]: Creating a new Nodejs application - make:model
[destination]: Make a model file - help [command]: Display help for command
Uninstalling
You can uninstall it using the following command:
$ npm uninstall -g @1450factory/seerjs