Announcing the RunCodeRun Gem
Hook up your RunCodeRun builds from your command line.
Install:
gem install runcoderun
Usage:
cd [your-runcoderun-enabled-project]
rcr [command] [options]
Right now we just support open. This opens up your project homepage on RunCodeRun in your default browser. It is smart enough to make a best guess at the correct owner and project name from your git config. This requires Launchy, like the Github gem.
Try it out:
git clone git://github.com/floehopper/mocha.git
cd mocha
opens https://runcoderun.com/floehopper/mocha in your default browser:
rcr open
runcoderun open # if you like to type more</code>
Patches or ideas welcome! This is very much in the spirit of “release early”. A command to tie in with the API is clearly the next easy win for this.