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
- Host: GitHub
- URL: https://github.com/cantonjs/node-cli-boilerplate
- Owner: cantonjs
- License: mit
- Created: 2017-04-12T04:30:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T09:27:56.000Z (over 8 years ago)
- Last Synced: 2025-03-18T09:47:14.627Z (about 1 year ago)
- Topics: boilerplate, cli, node
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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