1.0.3 • Published 2 years ago
nost-cli v1.0.3
nost-cli
Node Framework Based On Koa
Installation
npm install -g nost-cli
Usage
nost -h
Options
| options | desc |
|---|---|
| -v, --version | Output the current version |
| -h, --help | Output usage information |
Commands
| command | desc |
|---|---|
| init | i \ | Initialization Nost application |
| start | Run Nost application |
| build | b | Build Nost application. |
| info | Display Nost project details |
| config | cfg \ | Generate a configuration file |
| controller | c \ | Generate a controller declaration |
| error | e \ | Generate a error declaration |
| middleware | m \ | Generate a middleware declaration |
| router | r \ | Generate a router declaration |
| service | s \ | Generate a service declaration |