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

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

Awesome Lists containing this project

README

          

# node-lib-boilerplate

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](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