https://github.com/cantonjs/node-lib-boilerplate
Node.js lib boilerplate
https://github.com/cantonjs/node-lib-boilerplate
boilerplate lib node nodejs starter-kit testing
Last synced: 15 days ago
JSON representation
Node.js lib boilerplate
- Host: GitHub
- URL: https://github.com/cantonjs/node-lib-boilerplate
- Owner: cantonjs
- License: mit
- Created: 2017-08-08T09:30:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-05T04:02:29.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T16:12:33.517Z (over 1 year ago)
- Topics: boilerplate, lib, node, nodejs, starter-kit, testing
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# node-lib-boilerplate
[](http://makeapullrequest.com)
## 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
- [nodo-cli-boilerplate](https://github.com/cantonjs/nodo-cli-boilerplate)
- [react-lib-boilerplate](https://github.com/cantonjs/react-lib-boilerplate)
- [front-end-lib-boilerplate](https://github.com/cantonjs/front-end-lib-boilerplate)
## License
MIT