Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yumin-jung/npx-yumin
https://github.com/yumin-jung/npx-yumin
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yumin-jung/npx-yumin
- Owner: yumin-jung
- License: mit
- Created: 2024-02-21T09:59:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T05:45:08.000Z (7 days ago)
- Last Synced: 2024-11-08T06:28:47.422Z (7 days ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/yumin
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# yumin CLI
A CLI for yumin.
## 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