Today I learned how to make a custom project template with the python cookiecutter tool
https://www.cookiecutter.io/
At my work we do a scientific validation project whenever we change our data analysis pipeline. So a lot is the same, but we need to be able to customize the validation depending on what changed in our pipeline. The templates look like they will help us be consistent while allowing flexibility. I am excited about it!


