A lightweight Bash tool to manage GitHub repositories directly from the command line. Simplify your GitHub workflow with automated commands.
- Clone repositories.
- List repositories of users/organizations.
- Create new repositories.
- Push and pull changes seamlessly.
- Manage permissions with ease.
- Bash (v4.0 or higher)
- Git (v2.0 or higher)
- cURL
- GitHub Personal Access Token (for API operations)
- Clone this repository:
git clone https://github.com/your-username/github-manager-cli.git cd github-manager-cli cd scripts
- Make the script executable:
chmod +x main.sh
- Run the script
./main.sh