Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cookiecutter Python template

cookiecutter package template.

Usage

pip install cookiecutter
# local
cookiecutter path/to/repo/root
# https
cookiecutter https://github.com/johnnysands/skel

Answer the questions and you will have a new project directory. Finish the setup:

cd PROJECT_SLUG
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip
pip install -e '.[dev]'
git init
git add .
git commit -m "initial commit"

# full pre-commit hooks
pre-commit install
# push-only pre-commit hooks
pre-commit install --hook-type pre-push

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages