Undertone0809 / P3G

πŸš€Python Packages Project Generator-Your next Python package needs a bleeding-edge project structure.
MIT License
58 stars 7 forks source link

Change CLI to accomodate private Git/Github repositories for `github_name` parameter #22

Open lewismc opened 1 year ago

lewismc commented 1 year ago

πŸš€ Feature Request

Not every user of this project will be pushing their code to github.com. For example, I am adopting this template for use in our internal InnerSource initiative. I think the CLI would be improved to facilitate fully qualified Source Code Management URL rather than simply github_name parameter.

πŸ“Ž Additional context

When prompted for a value to github_name, it would be ideal if a value such as https://mycompany.github.server.com/org/repository_name could be supplied.

Undertone0809 commented 1 year ago

Thanks for your advice. Private repo is also a important method to build. I may need more information in order to better address this issue.

By InnerSource here, do you mean other types of git repositories, such as gitlab? For other types of repositories, there doesn't seem to be a way to build github actions at the moment.