nodejs@12.x
To build non-minified development version, run:
npm run build
Resulting file will be in build
folder.
To build minified version, run:
npm run dist
Resulting file will be in dist
folder.
npm run lint
Code style configuration file: .eslintrc.js
.
npm run test
The report can be found in the coverage
folder:
lcov-report
: HTML code coverate reportlcov.info
: LCOV code coverage reportjunit-test-report.xml
: Report in JUnit test data formatsonar-test-report.xml
: Report in Sonar generic test data format
npm run doc
The documentation in JSDoc format can be found in the doc
folder.