bom

Generate SPDX-compliant software Bill of Materials from source code

brewmacoslinux
Try with needOr install directly
Source

About

Utility to generate SPDX-compliant Bill of Materials manifests

Commands

bom

Examples

create bill of materials for current project$ bom
generate sbom in json format$ bom -o json
create sbom for specific directory$ bom -path /path/to/project
generate sbom and save to file$ bom > sbom.spdx
create sbom with custom output format$ bom -o cyclonedx