Pull requests are welcome. But please read the CycloneDX contributing guidelines first.
Install dependencies:
npm run dev-setupThis will install process automatically build the project from source.
npm run build-devSet up the tests once, via:
npm run setup-testsRun to have a proper test suite pass:
npm testApply the coding style via:
npm run cs-fixPlease sign off your commits, to show that you agree to publish your changes under the current terms and licenses of the project , and to indicate agreement with Developer Certificate of Origin (DCO).
git commit -s ...