Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishiosaur/hack
A CLI for quickly initializing hackathon projects, based off of templates from hackathon-starters.
https://github.com/rishiosaur/hack
Last synced: 5 days ago
JSON representation
A CLI for quickly initializing hackathon projects, based off of templates from hackathon-starters.
- Host: GitHub
- URL: https://github.com/rishiosaur/hack
- Owner: rishiosaur
- License: mit
- Created: 2020-06-08T11:43:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:18:14.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T22:59:00.457Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 779 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# hackathon-starters CLI
A CLI for hackathon-starters.
## 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