Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 3.21 KB

README.md

File metadata and controls

58 lines (47 loc) · 3.21 KB

SPL (Software Product Line) Core

CI Status Documentation Status Test coverage percentage

Poetry ruff pre-commit

PyPI Version Supported Python versions License

SPL Core is our CMake module to support multiple projects as variants of one SPL repository.

Installation of Dependencies

.\build.ps1 -install

Building

  • Execution of all tests
  • Building documentation
.\build.ps1

Initialize a new SPL Project

To initialize a new SPL project, one can use the init command of the please.ps1 script.

.\please.ps1 init --project-dir C:\tmp\MyProject

See more information here.