This repo contains a Cookiecutter template which helps to generate a Git Repo.
To use this template, cookiecutter must be installed first.
pip install cookiecutter
Run the cookiecutter
command with this repo URL to install and run the template.
cookiecutter https://github.com/fiftyonefifty/cookiecutter-git-repo
Run the cookiecutter
command with the -f
flag to generate this template into an existing project.
Warning: This can be destructive. If a file existing in your existing directory that matches an item covered by this template, it will be replaced.
cookiecutter https://github.com/fiftyonefifty/cookiecutter-git-repo -f
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Derek Sudduth - Initial Creator - dsudduth
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Thanks to the cookiecutter team for creating a fantastic tool.