Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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