timothycrosley / cookiecutter-python

A cookie cutter template for modern Python projects using Python3.6+, poetry, mypy, py.test, and linters.
MIT License
17 stars 26 forks source link

Step-by-Step Guide #1

Open carsten-engelke opened 1 year ago

carsten-engelke commented 1 year ago

Could you provide a step-by-step guide on how to use this template? It seems to be the standard template when using cruft, yet there is no good guide for newbies.

DelphineLemire commented 1 year ago

the cruft repository link is 404

roxey804 commented 1 year ago

https://cruft.github.io/cruft/ is working for me atm We figured out that once you modify your cruft template you can test branch versions locally adding -c your-branch-name to the end of the cruft create command Not sure if this is in the docs