0.2.0 • Published 10 years ago
babel-npm-boilerplate v0.2.0
babel-npm-boilerplate

A Boilerplate for creating NPM packages using Babel, ESLint, Mocha and Chai
What's inside
Minimal structure for a npm package source.
- Babel 6
- Mocha
- ESLint
- Isparta
Installation
Clone this repo or download using npm
npm install babel-npm-boilerplate --saveUsage
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
Liscense
MIT