A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects.
setup.py
file that is in the generated repo, but rather in the root directory of the Cookiecutter itself. Specifically this file: https://github.com/audreyr/cookiecutter-pypackage/blob/master/setup.py
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...