Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 945 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 945 Bytes

cookiecutter-terragrunt

pre-commit.ci status

A cookiecutter template for terragrunt projects.

Dependencies

Name Description
poetry Python packaging and dependency management

Install

poetry install
poetry shell
pre-commit install

Build

poetry build

Usage

run:

cookiecutter https://github.com/genericware/cookiecutter-terragrunt

test:

pytest .

check:

pre-commit run