cookiecutter-hypermodern-python
cookiecutter-hypermodern-python copied to clipboard
Feasible/ advisable to somehow use the template on existing project?
Hi :wave:
Just discovered this project and it seems to tick most/ all of my boxes for a nice project setup. However, I do have an existing project (that does not use poetry nor not etc.)...
Is it better to make a clean break and recreate the repo from scratch with cookiecutter and your template or is it feasible to somehow migrate into this template?
Cheers
I just did this with one of my projects. Aside for some issues with the coverage, this is possible. Be warned though that you're going to have a really fun time getting passed the mypy and typeguard checks though if you weren't very stringently following them already.
Please be sure to read the documentation for how to get set up. I had a lot of questions that were answered in there.