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 mdbomWith pipx:
python -m pip install --user pipx
pipx install --python python3.8 mdbomYou need Task.
Setup your development environment:
task setup