How to use copier to create project templates
Hi 👋 everyone, in this blog post I’m going to over how we can use Copier to create templates for our repositories. Why create a template repo ? I’m sure some of you are wondering why do we even need templates ? Well for a few reasons, one it gives you a consistent way to create new services from a repository. For my personal project Banter Bus I have a FastAPI Template, which I use to create new FastAPI services from. It creates a lot of boilerplate which I don’t have to worry about. It provides consistency so makes it easier to jump between my FastAPI services in Banter Bus. ...