Automates Github Initial Commit by using Selenium Webdriver-Python
- python3
pip install selenium
- Clone of this repository
- Add your Default Projects folder path in .commands.sh
- Download geckodriver from here and place it in the folder
cd InitialCommitter
source .commands.sh
cd InitialCommitter
createrepo <ProjectName>
- A New folder with the
<Project-Name>
will be created in the default projects folder. - The created folder will be initiated as git repository
- New repository will be created in GitHub with the
<Project-Name>
- The local repository will be staged, committed "Initial Commit" and pushed to the GitHub repository