/module-boilerplate

Module boilerplate to quickly start packages

Primary LanguageJavaScriptMIT LicenseMIT

module-boilerplate

Module boilerplate to quickly start packages.

Getting started

Simply change index.js file to your code.

Available scripts

  1. Build: runs Babel & outputs the bundle on ./dist;
  2. Lint: uses ESLint to lint all the files following Airbnb's JavaScript code style;
  3. Test: uses Jest to run the tests;
  4. Watch: runs Babel in watch mode to build on file changing.

All the scripts can be seen on package.json.