modern-package-boilerplate
v2.3.4
Published
Powerfull, flexible and easy-to-use boilerplate for creating modern npm packages. Features: rollup, babel, react (optional), flow (optional), jest, enzyme, eslint, travis-ci, coveralls, renovate
Downloads
8
Maintainers
Readme
Features
Key features
- Bundle your library with Rollup
- Write modern JavaScript with latest features of Babel
- Create your own distributable React components (optional)
- Check your types with Flow (optional)
- Test and cover with Jest and Enzyme
- Lint with ESLint (air-bnb config)
Minor features
- Path aliases with babel module-resolver plugin
- CI with travis-ci.org
- Coverage info with coveralls.io
- Track and update your dependencies with renovateapp.com
Getting started
- Clone this repo from github
- Inside the repo directory run
npm install && rm -r .git && git init
- Update package.json with your information