1.1.2 • Published 4 years ago
gps-cli v1.1.2
gps
install either locally
npm install gps-clior globally
npm install -g gps-clito run local version use :
npx gps-cli create widget --name my-cool-widgetor a glocal version
gps-cli create widget --name my-cool-widgetNOTES
The --name parameter is required, and should be entered as a dashed name because internally it uses this to produce Class and package names using the separator.
#--name my-cool-package produces the following names in the output
MyCoolPackage
my-cool-package
my.cool.package