Skip to content

johnnysands/skel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages