Skip to content

b-long/cookiecutter-gopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

cookiecutter-gopy

Description

A cookiecutter to help generate a gopy project.

Usage

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

About

A "cookiecutter" for starting projects with gopy (https://github.com/go-python/gopy)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors