Installation¶
Requirements¶
- Python 3.13+
From PyPI¶
Or run it without installing, using uv:
From source¶
git clone https://github.com/goabonga/terragrunt-generator.git
cd terragrunt-generator
uv sync
uv run terragrunt-generator --help
See CONTRIBUTING.md for the development workflow (ruff, mypy, pytest, pre-commit).