A plugin-based toolbox for working with cardinality-based feature models.
This repository contains the cfmtoolbox
itself and a few first party plugins demonstrating how to extend the toolbox.
- Install poetry
poetry install
poetry run pre-commit install
poetry run cfmtoolbox
poetry run ruff format .
poetry run ruff check .
poetry run mypy .
poetry run pytest
poetry run mkdocs serve