CloneAllRepo is a script that allows you to clone repositories from a specified GitHub user.
It provides an interactive and colorful terminal interface to choose and clone repositories.
Important
- Clone the Repository:
git clone https://github.com/mamad-1999/CloneAllRepo.git
- Navigate to the Project Directory:
cd CloneAllRepo
- Install Dependencies:
go mod tidy
- Create a .env file in the project directory with your GitHub token:
GITHUB_TOKEN=your_github_token
- Run the Script:
go run cloneAllRepo.go
Tip
Follow the Prompts:
- Enter the GitHub username.
- Choose which repositories to clone (All or specific numbers).
Feel free to submit issues if you have improvements or bug fixes.