Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elonvolo/intj
intj cli
https://github.com/elonvolo/intj
Last synced: about 1 month ago
JSON representation
intj cli
- Host: GitHub
- URL: https://github.com/elonvolo/intj
- Owner: ElonVolo
- License: mit
- Created: 2022-04-28T09:32:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T09:49:29.000Z (over 2 years ago)
- Last Synced: 2024-10-29T22:00:57.402Z (3 months ago)
- Language: TypeScript
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# intj CLI
A CLI for intj.
## 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 test$ npm run build
$ npm publish
```# License
MIT - see LICENSE