Node.js >= 6 must be installed.
- Running
npm installin the module's root directory will install everything you need for development.
npm testwill run the tests once.npm run test:coveragewill run the tests and produce a coverage report incoverage/.npm run test:watchwill run the tests on every change.
npm run buildwill build the module for publishing to npm.npm run cleanwill delete built resources.