Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 603 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 603 Bytes

demo-roulette

Randomly clones a Meteor Repository, starts it, and opens the source code in your editor

Setup

Create a json file with an object containing your names/repos:

{
	"Some Person": "https://github.com/aothsoaue/microscope",
	"Another Person": "https://github.com/aoeuo/microscope"
}

Installation

npm install -g git+https://[email protected]/schickm/demo-roulette.git

Usage

Run the tool with your file of name/repos

demoroulette name_and_repos.json

Why node?

This tool was written for a class learning Node.js. Otherwise I would have just used a shell script.