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: 24 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T21:15:29.000Z (over 1 year ago)
- Last Synced: 2023-03-02T17:02:43.556Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 425 KB
- Stars: 0
- 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