bulk-clone
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