Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CaribouJohn committed May 13, 2021
1 parent dbf3afd commit 563b105
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# 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
```


0 comments on commit 563b105

Please sign in to comment.