A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects.
setup.py
within the root directory of Cookiecutter? e.g., https://github.com/audreyr/cookiecutter-pypackage/blob/master/setup.py
Hello all
I submitted this pull request that adds a list command line option, it lists locally available templates: audreyr/cookiecutter#1096
I'm wondering if I can get some feedback on it.
git init, git add, git commit
to include all files generated by cookiecutter in the first commit...