makebom

0.0.1 • Public • Published

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.

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i makebom

    Weekly Downloads

    4

    Version

    0.0.1

    License

    ISC

    Unpacked Size

    4.68 kB

    Total Files

    3

    Last publish

    Collaborators

    • paulmorel1