Skip to content

Latest commit

 

History

History
62 lines (54 loc) · 2.59 KB

File metadata and controls

62 lines (54 loc) · 2.59 KB

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.

Install Usage Preview Contributing

Preview

clone

Important

Requirements

  • Go (version 1.18 or later) Go Version
  • Git
  • GitHub Personal Access Token (for authentication and rate limit issues)

Installation

  1. Clone the Repository:
    git clone https://github.com/blackvoidx/CloneAllRepo.git
  2. Navigate to the Project Directory:
    cd CloneAllRepo
  3. Install Dependencies:
    go mod tidy

Usage

  1. Create a .env file in the project directory with your GitHub token:
    GITHUB_TOKEN=your_github_token
    
  2. Run the Script:
    go run cloneAllRepo.go

Tip

Follow the Prompts:

  • Enter the GitHub username.
  • Choose which repositories to clone (All or specific numbers).

Contributing

Feel free to submit issues if you have improvements or bug fixes.