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.11k stars 167 forks source link

[bug] Fix generation when project name has dashes and upper case #4

Closed rochacbruno closed 3 years ago

rochacbruno commented 3 years ago

Example of generated repo

https://github.com/rochacbruno/This-Is_Great

This-Is_Great is replaced as This_Is_Great and it doesn't match repo URL.

Read a new variable on rename_project.sh script and job, use this as repo_slug on specific places as readme badges and URLS.