rochacbruno / python-project-template

DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template.
https://github.com/rochacbruno/python-project-template/generate
The Unlicense
1.06k stars 157 forks source link

Cookiecutter Support #1

Closed avelino closed 2 years ago

avelino commented 2 years ago

https://cookiecutter.readthedocs.io/

rochacbruno commented 2 years ago

I appreciate the idea, but this template is a Github template not a general purpose.

The idea is.

HOW TO USE THIS TEMPLATE

  1. Click on 'Use this template' or go to rochacbruno/python-project-template/generate
  2. Wait until the first run of CI finishes (Github Actions will process the template and commit to your new repo)

The Github Actions will do the cookiecutter work and will replace the template naming, after the first run on originated repo the project is good to go with the new information.