Here is my boilerplate <https://github.com/brandon...
# typescript
r
🔥 1
partypus 8bit 1
b
@rhythmic-hair-33677 This is cool 😎 I you'd convert this into a Cookiecutter Template this would awesome. Boilerplates mostly need so much work to get them fit into the current usage.
r
What is the process for that? Happy to accept PRs. Right now I just clone this and start writing infra code
b
Basically you would create a
{{ cookiecutter.project_name }}
directory and move everything into this directory what should end up in a newly created repository and create a top-level
cookiecutter.json
to configure parameters for your template. The documentation of Cookiecutter is quite complete on how to start: https://cookiecutter.readthedocs.io/en/stable/overview.html https://cookiecutter.readthedocs.io/en/stable/tutorials/index.html