@nimbus/cli
v1.0.59-alpha.0
Published
Nimbus cli
Downloads
130
Readme
nimbus
Nimbus cli
Usage
$ npm install -g @nimbus/cli
$ nimbus COMMAND
running command...
$ nimbus (-v|--version|version)
@nimbus/cli/1.0.59-alpha.0 darwin-x64 node-v12.16.2
$ nimbus --help [COMMAND]
USAGE
$ nimbus COMMAND
...
Commands
nimbus build
Build your nimbus projectPath
USAGE
$ nimbus build
OPTIONS
-h, --help show CLI help
--only=only
--skip=skip
--tsconfig=tsconfig
EXAMPLE
$ nimbus build
See code: dist/commands/build.ts
nimbus help [COMMAND]
display help for nimbus
USAGE
$ nimbus help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
nimbus new PROJECTNAME
Create a new nimbus application
USAGE
$ nimbus new PROJECTNAME
OPTIONS
-h, --help show CLI help
EXAMPLE
$ nimbus new app-name
See code: dist/commands/new.ts
nimbus start
Start nimbus application
USAGE
$ nimbus start
OPTIONS
-h, --help show CLI help
EXAMPLE
$ nimbus start
See code: dist/commands/start.ts