Snappy template
https://github.com/feliblo/dbt-template-snappy.git
Install cookiecutter
# pipx is strongly recommended.
pipx install cookiecutter
# If pipx is not an option,
# you can install cookiecutter in your Python user directory.
python -m pip install --user cookiecutter
To create a new project using this template, run the following command:
cookiecutter https://github.com/Felix-Blom/dbt-template-snappy
This will prompt you to provide the necessary inputs to generate your project structure.
For more details, visit the GitHub repository.