1.1.2 • Published 3 years ago

gps-cli v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

gps

install either locally

npm install gps-cli

or globally

npm install -g gps-cli

to run local version use :

npx gps-cli create widget --name my-cool-widget

or a glocal version

gps-cli create widget --name my-cool-widget

NOTES

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
  
1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago