This project follows Standard Javascript specifications.
The changelog format is based on Keep a Changelog.
This project adheres to Semantic Versioning.
Use eslint to help you maintain code standards:
npm i -g standard
Remember to run npm install
the first time.
Run npm run build
to build the solution. You can find the output inside dist
folder.
Run npm run watch
to watch the files inside src
and run a build everytime a file is changed.
Use build:dev
and watch:dev
to generate human-readable dist files.
Use npm run test
to run tests and coverage.
Use npm run doc
to generate documentation page.
Use npm run zip
to generate a deployable zip file. Its password will be newrelic
.
Use npm run clean
to clear any generated files.