Transform Software Bill Of Materials (SBOM) to Markdown.
MdBOM requires Python 3.8 or above.
The documentation is hosted on GitHub Pages.
With pip
:
pip install mdbom
With pipx
:
python -m pip install --user pipx
pipx install --python python3.8 mdbom
You need Task.
Setup your development environment:
task setup