Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 901 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 901 Bytes

CONTRIBUTING

Code Standards

This project follows Standard Javascript specifications.

The changelog format is based on Keep a Changelog.

This project adheres to Semantic Versioning.

Eslint & Standard

Use eslint to help you maintain code standards:

npm i -g standard

NPM Commands

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 zip to generate a deployable zip file. Its password will be newrelic.

Use npm run clean to clear any generated files.