Published on Sun Aug 08 2021
Written by Nacho Consolani
git clone https://github.com/Apolofx/github-wrapper.git
keys.py file, replace the value of the GITHUB_API_KEYS field with the token obtained previously..bashrc file located in your /home directory (for example, /home/your-username/.bashrc) in a text editor.export PATH="github-wrapper-dir:$PATH" at the end of the file, where github-wrapper-dir is the directory where repo-create.py is stored..bashrc file..bash_profile file located in your /home directory (for example, /Users/your-username/.bash_profile) in a text editor.export PATH="github-wrapper-dir:$PATH" at the end of the file, where github-wrapper-dir is the directory where repo-create.py is stored..bash_profile file.chmod +x repo-create.py.'.py'. Open your .bash_alias file and add the line alias repo-create='repo-create.py'.The script creates a remote repository on GitHub by consuming the GitHub API with HTTPS requests.
cd ~/project-dir/git initgit add . THE DIRECTORY MUST CONTAIN AT LEAST ONE FILEgit commit -m 'initial commit'repo-createAdd delete repo permission and method.