This is a project archetype for simple es6 modules
Read the API documentation for further details on how to use this library.
Run the install command:
npm install --save es6-module-archetype
During the development to create the dist package, run either:
npm run build
or use
npm run test:watch
Update the documentation:
npm run docs
Check the source code:
npm run test
npm run lint
Gain test coverage report:
npm run coverage