Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cogoo/og-cli
CLI for personal use
https://github.com/cogoo/og-cli
Last synced: about 1 month ago
JSON representation
CLI for personal use
- Host: GitHub
- URL: https://github.com/cogoo/og-cli
- Owner: cogoo
- License: mit
- Created: 2019-03-20T02:11:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T21:57:30.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T05:12:27.595Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 425 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# og CLI
A CLI for og.
## 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