CookieCutter for python projects Setup cookiecutter git@github.com:Robinysh/python-template.git # cd into the new repository git init git add . git commit -m 'Initial commit' git remote add origin <url> git push