A Boilerplate for creating NPM packages using Babel, ESLint, Mocha and Chai
Minimal structure for a npm package source.
- Babel 6
- Mocha
- ESLint
- Isparta
Clone this repo or download using npm
npm install babel-npm-boilerplate --save
npm run testto run testsnpm run test-covto generate test coveragenpm run buildto transform es6/es7 to es5 by Babelnpm run cleanto cleanbuild/directorynpm run lintto lint js using ESLint in Airbnb's Javascript style
MIT