Skip to content

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

License

Notifications You must be signed in to change notification settings

schickm/demo-roulette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://git@github.com/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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published