sahil-sagwekar2652 / GitHub-Automation-scripts

Bash and Python scripts to automate your Git & GitHub workflow. Made by using only standard python libraries.
https://sahil-sagwekar2652.github.io/GitHub-Automation-scripts/
MIT License
52 stars 64 forks source link

Feat: Create multiple repos from a template repo. #94

Closed RAOdotSH closed 1 year ago

RAOdotSH commented 1 year ago

Issue Description: Generating large number of repos for each individual/participant(each repo will have unique suffix) from a template repo. Add specific contributors to particular repo.

Expected Behavior: It would automate a huge tedious task of creating multiple repos of same content but for different contributors/individuals. This is will help in diffeent types of coding competitions. It was implemented by Sahaj Software Solutions in their recent campus hackathons.

Current Behavior:

Additional Information: It will require a json file which consists of participant name as key and an array of contributors to be added to that participant's repo as value.

Labels: Issue, Enhancement

RAOdotSH commented 1 year ago

If you got any issues or find the idea unclear, please contact me on Discord (PRO7ON#1609). Thank You.

sahil-sagwekar2652 commented 1 year ago

How would this solution benefit this particular project? Can you please explain?

RAOdotSH commented 1 year ago