Skip to content

chetanr25/mass-git-cloner

Repository files navigation

Mass Git Cloner (gclone)

A powerful command-line tool that allows you to clone multiple Git repositories simultaneously with ease. Perfect for developers who work with multiple repositories, need to set up development environments quickly, or want to batch clone repositories from organizations or users.

🎯 What Problem Does It Solve?

Before gclone:

  • Manual cloning of multiple repositories one by one
  • Repetitive git clone commands
  • Difficulty managing multiple repository downloads
  • No easy way to clone all repositories from a GitHub user/organization

After gclone:

  • Clone multiple repositories with a single command
  • Batch download from GitHub users, organizations, or custom lists
  • Simple CLI interface
curl -sSL https://raw.githubusercontent.com/chetanr25/mass-git-cloner/main/install.sh | bash

Alternative Installation Methods

📦 Using Go (if you have Go installed)

go install github.com/chetanr25/mass-git-cloner/cmd/git-clone@latest

📥 Manual Download

  1. Go to Releases
  2. Download the binary for your platform
  3. Make it executable and move to your PATH:

Platform Support

Platform Architecture Status
macOS Intel (x86_64) ✅ Supported
macOS Apple Silicon (ARM64) ✅ Supported
Linux x86_64 ✅ Supported
Linux ARM64 ✅ Supported
Windows x86_64 ✅ Supported
Windows x86 (32-bit) ✅ Supported

Project Structure

mass-git-cloner/
├── cmd/git-clone/          # Main application entry point
├── internal/               # Internal packages
├── releases/               # Pre-built binaries

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

gclone is a simple CLI tool that lets you clone multiple Git repositories in one command perfect for quickly setting up projects from users, organizations, or custom lists.

Resources

License

Contributing

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors