@opsystech/opsys-cli
v1.24.0
Published
Opsys cli tool for starting nodejs projects easily from command line
Readme
OPSYS CLI
Opsys cli tool for starting nodejs projects easily from command line
Installation
npm i -g @opsystech/opsys-cliUsage
Usage: opsys-cli [options] [command]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
new|n [options] <name> generate new project based on template (lidar|coreui)Example
opsys-cli new emptylidar -t lidar -fWhat's included? (Lidar template)
- server/client side components
- pkg ready. (pkg .)
- bitbucket pipeline ready
- debug ready (just pick Server/Client on debug combo and hit F5)
- git ready.
