Create repositories from Cookiecutter templates that conform to the Common Repository Interface.
This repository is under active development.
- "One-click" repository creation from Cookiecutter templates
- Cookiecutter templates that conform to the Common Repository Interface
- Integration with Dockerfiles
- Integration with Dotfiles
- Mechanism to share files between Cookiecutter templates (not officially supported)
TODO
This repository is contains the functionality for using Cookiecutter templates to create new repositories. The templates enforce the Common Repository Interface. However, since this repository is responsible for encapsulating all of the Cookiecutter work, it itself cannot be created via a Cookiecutter template without endless recursion (I think).
Therein lies the rub.
This repository should still conform to the Common Repository Interface to the best of its ability.
- Cookiecutter - https://github.com/audreyr/cookiecutter
- Common Repository Interface - https://github.com/ahawker/common-repository-interface