Randomly clones a Meteor Repository, starts it, and opens the source code in your editor
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"
}
npm install -g git+https://[email protected]/schickm/demo-roulette.git
Run the tool with your file of name/repos
demoroulette name_and_repos.json
This tool was written for a class learning Node.js. Otherwise I would have just used a shell script.