ahawker / cookie-sheet

Create repositories from Cookiecutter templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cookie-sheet

Create repositories from Cookiecutter templates that conform to the Common Repository Interface.

Status

This repository is under active development.

Goals

  • "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)

Usage

TODO

Turtles all the way down...

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.

License

About

Create repositories from Cookiecutter templates

License:Apache License 2.0


Languages

Language:Shell 68.6%Language:Makefile 19.8%Language:Python 11.6%