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

https://github.com/cantonjs/node-cli-boilerplate

Node.js cli boilerplate
https://github.com/cantonjs/node-cli-boilerplate

boilerplate cli node

Last synced: 10 months ago
JSON representation

Node.js cli boilerplate

Awesome Lists containing this project

README

          

# node-cli-boilerplate

## Supports

- ES6 (using `babel`)
- Auto testing (using `jest`)

## Start a project

Make sure you have installed [Node.js](https://nodejs.org/).

1. `git clone` this repo
2. `cd` to this repo dir, and run `node setup`
3. Happy hacking

## Related Projects

- [react-lib-boilerplate](https://github.com/cantonjs/react-lib-boilerplate)
- [front-end-lib-boilerplate](https://github.com/cantonjs/front-end-lib-boilerplate)

## License

MIT