This repo automate the process of creating a new project in your computer, automating the creation of the local repository and the remote repository, after that it will connect it, create the README.md file and generate the first commit.
git clone "https://github.com/juancv3d/Project_Git_Automation.git"
cd Project_Git_Automation
pip install -r requirements.txt
To run this script first you have to copy the bash function to ~/.zshrc or ~/.bashrc, change the project folder directory and create an envioremnt variable to store your Github API keys. Finally just type this command in your shell.
'create <name of the new repo>'