bensonk / mass-github-cloner

Clone all repos owned by a given user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mass Github Cloner

A nifty little tool to clone all of a user's git repos.

Usage

You'll need ruby and the github gem installed. You can install the github gem using Bundler

# If you don't have bundler installed:
gem install bundler

bundle install
ruby clone_for_user.rb bensonk excid3

You can pass as many usernames to the script as you like.

About

Clone all repos owned by a given user


Languages

Language:Ruby 100.0%