DEV Community

Discussion on: How Do You Automate Your Boilerplate?

Collapse
 
sobolevn profile image
Nikita Sobolev

We use templates for projects that we often use:

We use cookiecutter for python, and vue-cli for, well, vue!

Collapse
 
m_nevin profile image
Marc Nevin

Cookiecutter looks like it'll be a solid shout for some of our python scaffolding, it's something we always fall back to using!

Thanks for sharing your templates though, definitely going to take a look at them