Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rocketseat-content/youtube-cli-node-gluegun
Código produzido durante o vídeo "Criando uma CLI com NodeJS e Gluegun"
https://github.com/rocketseat-content/youtube-cli-node-gluegun
Last synced: about 2 months ago
JSON representation
Código produzido durante o vídeo "Criando uma CLI com NodeJS e Gluegun"
- Host: GitHub
- URL: https://github.com/rocketseat-content/youtube-cli-node-gluegun
- Owner: rocketseat-content
- License: mit
- Created: 2019-05-07T13:38:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T11:59:31.000Z (over 4 years ago)
- Last Synced: 2024-07-31T19:42:56.826Z (5 months ago)
- Language: JavaScript
- Size: 80.1 KB
- Stars: 24
- Watchers: 7
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# omni CLI
A CLI for omni.
## 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