The Javascript Module Boilerplate based on Javascript Standard.
Based on Babel7, Jest and Javascript Standard with JSDoc3
CloverHearts
npm run clean
Clear for all outputs.
npm run build
Execute to npm chain operation with build:module.
This operation make a new module from your source.
npm run build
or
npm run build:doc
npm run test
Execute to npm chanin operation with unit-test and checkstyle for Javascript Standard
Unit test has using Jest Test framework.
npm run test:unit-test
Test for your code with Jest Test Framework.
npm run test:checkstyle
Test for Your code with Javascript Standard style.