26 lines
356 B
Markdown
26 lines
356 B
Markdown
# pwcli CLI
|
|
|
|
A CLI for pwcli.
|
|
|
|
## Customizing your CLI
|
|
|
|
Check out the documentation at https://github.com/infinitered/gluegun/tree/master/docs.
|
|
|
|
## Publishing to NPM
|
|
|
|
To package your CLI up for NPM, do this:
|
|
|
|
```shell
|
|
$ npm login
|
|
$ npm whoami
|
|
$ npm lint
|
|
$ npm test
|
|
(if typescript, run `npm run build` here)
|
|
$ npm publish
|
|
```
|
|
|
|
# License
|
|
|
|
MIT - see LICENSE
|
|
|