Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed May 30, 2020
1 parent e5d3d39 commit d8a1996
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ $ wc-generate --name button
|----|----|----|
| -h, --help | no | Get help info about WC generator |
| -t, --test | no | Test repo generation without installing dependencies |
| -n, --name [name] | yes | Name of the web component you wish to build. `auro` is assumed, so only the proper name, e.g. `button` or `checkbox` |
| -N, --namespace [namespace] | no | Choose custom namespace of the web component if other than Auro |
| -P, --npm [npm] | no | Choose npm namespace if other than `@alaskaairux`. Be sure add back-slash, e.g. `@mynpm/` |
| -d, --dir [directory] | no | Directory where the new custom element files will be created. If a directory is not provided, one using the `--name` variable will be created |
| -n, --name | yes | Name of the web component you wish to build. `auro` is assumed, so only the proper name, e.g. `button` or `checkbox` |
| -N, --namespace | no | Choose custom namespace of the web component if other than Auro |
| -P, --npm | no | Choose npm namespace if other than `@alaskaairux`. Be sure add back-slash, e.g. `@mynpm/` |
| -d, --dir | no | Directory where the new custom element files will be created. If a directory is not provided, one using the `--name` variable will be created |
| -v, --version | no | Ouput the version number |
| --verbose | no | Verbose command line feedback |

Expand Down

0 comments on commit d8a1996

Please sign in to comment.