Scaffolding repos with cookiecutter
For code development projects, we often end up creating code repositories (repos) that have similar structures or components to what we have previously used.
Cookiecutter is a tool that we can use to scaffold the creation of our repos and this post will guide you through how to do this and more.