makebom
v0.0.1
Published
A simple way to generate cyclonedx software bill of materials using cyclonedx/bom. This only supports json.
Downloads
23
Readme
makebom
A simple tool for generating a software bill of materials (SBOM) using cyclonedx/bom.
This is an opinionated wrapper for @cyclonedx/bom that gives programmatic access to easily generate json SBOMs.
How to use makebom?
To make a bill of materials from the root folder of your node project and save to bom.json, use the following commands.
npm install -g makebom
npx makebom . -o bom.json
How do I view the generated bom?
See the viewbom package.
npx install -g viewbom
npx viewbom bom.json bom.html
That will generate bom.html, which provides a simple UI for browsing your bom.