Skip to content

fiftyonefifty/cookiecutter-git-repo

Repository files navigation

Cookiecutter template for Git Repos

This repo contains a Cookiecutter template which helps to generate a Git Repo.

Getting Started

Prerequisites

To use this template, cookiecutter must be installed first.

pip install cookiecutter

Generating a new repository

Run the cookiecutter command with this repo URL to install and run the template.

cookiecutter https://github.com/fiftyonefifty/cookiecutter-git-repo

Generating into an existing repository

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

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Derek Sudduth - Initial Creator - dsudduth

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • Thanks to the cookiecutter team for creating a fantastic tool.