I have recently discovered cookiecutter and would like to try the structure for some of my work projects, but we can't always push code to a remote repo (even a private one). I often use git locally just to track changes for my own purposes. Is there a way to run cookiecutter /my/local/folder
to set everything up without a remote repository?
I have tried
cd /my/local/folder
git init
cookiecutter /my/local/folder
but get the error message:
"A valid repository for for "/my/local/folder" could not be found in the following locations: /my/local/folder"