When I use cookiecutter, especially in the first phases of the project, I find myself debugging the instantiated copy of the template, finding the problem, and then having to go back to the template to fix it there as well.
This all feels redundant, and I feel that if it was possible to run the template files without physically coping them and instantiating them everytime I change something would make the development much faster.
Is there any way to test the cookiecutter template files without instantiating the project?