bulk `git clone` from owner name (user|organization)
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
doc
.gitignore
Gopkg.lock
Gopkg.toml
LICENSE
README.md
commands.go
github.go
main.go

README.md

bulk-clone

MIT License

bulk git clone from just owner name.

📦 Installation

$ go get github.com/micnncim/bulk-clone

📍 Dependency

🔍 Usage

$ bulk-clone --help
NAME:
   bulk-clone - bulk `git clone` from owner (user|organization)

USAGE:
   bulk-clone [global options] command [command options] [arguments...]

VERSION:
   0.1.0

COMMANDS:
     user     bulk `git clone` from user
     org      bulk `git clone` from organization
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version

$ bulk-clone user --help
NAME:
   bulk-clone user - bulk `git clone` from user

USAGE:
   bulk-clone user [command options] [arguments...]

OPTIONS:
   --update, -u             Update local repository if cloned already
   -p                       Clone with SSH
   --shallow, -s            Do a shallow clone
   --token value, -t value  GitHub access token

💡 Example

To do git clone all repositories of uber-go, execute the command:

$ bulk-clone org uber-go -u -p -s -t $GITHUB_ACCESS_TOKEN

👤 Author

@micnncim

💳 License

MIT