๐Ÿ“ฆ feliblo / dbt-template-snappy

Snappy template

โ˜… 1 stars โ‘‚ 1 forks ๐Ÿ‘ 1 watching
๐Ÿ“ฅ Clone https://github.com/feliblo/dbt-template-snappy.git
HTTPS git clone https://github.com/feliblo/dbt-template-snappy.git
SSH git clone git@github.com:feliblo/dbt-template-snappy.git
CLI gh repo clone feliblo/dbt-template-snappy
Felix Blom Felix Blom ๐Ÿ“„ [docs] Update README.md 983baec 8 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“„ cookiecutter.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

How to Use the Cookiecutter

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.