Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.13 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.13 KB

Markdown SBOM

ci cd codecov documentation pypi version

Transform Software Bill Of Materials (SBOM) to Markdown.

Requirements

MdBOM requires Python 3.8 or above.

Documentation

The documentation is hosted on GitHub Pages.

Installation

With pip:

pip install mdbom

With pipx:

python -m pip install --user pipx

pipx install --python python3.8 mdbom

Development

You need Task.

Setup your development environment:

task setup