feat(cli): add template generation commands

- Introduces `gen` subcommand for HDL template generation
- Adds Jinja2 dependency for template rendering
- Updates project model to support template configurations
- Implements template listing and rendering functionality
This commit is contained in:
2025-07-17 10:53:48 +02:00
parent 36f6e7314a
commit b1279078d9
6 changed files with 193 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ pydantic = "^2.11.3"
rich = "^14.0.0"
gitpython = "^3.1.44"
typer = "^0.16.0"
jinja2 = "^3.1.6"
[tool.poetry.group.dev.dependencies]
twine = "^6.1.0"