Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 577 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 577 Bytes

tools

This repo contains a set of tools to make dev life somewhat easier.

Cloner.rb

The use case for cloner.rb is to allow a developer who needs to clone multiple repositories at one time the ability to do so.

 ruby cloner.rb
 
 What repos would you like to clone from Github?
 (ex: rails/rails, listen360/legacy_dashboards)

 rails/rails, twbs/bootstrap

 Please enter the directory you will be working from.
 (this folder should live inside your Home folder)

 Development

  If the folder you specify does not exist you will be prompted to create the folder.