A cookiecutter to help generate a gopy
project.
Step 1, install cookiecutter itself.
# Option A: using pipx ( https://github.com/pypa/pipx )
pipx install cookiecutter
# Option B: using uv ( https://docs.astral.sh/uv/concepts/tools/ )
uv tool install cookiecutter
Step 2, bootstrap your new gopy project using cookiecutter
# Using the main branch
cookiecutter https://github.com/b-long/cookiecutter-gopy.git
# Use a specific branch
cookiecutter https://github.com/b-long/cookiecutter-gopy.git --checkout develop