public
Rubygem
Description: The official `github` command line helper for simplifying your GitHub experience.
Homepage: http://github.com
Clone URL: git://github.com/defunkt/github-gem.git
defunkt (author)
Mon Mar 03 11:46:12 -0800 2008
commit  7c9bbcb758f61198f5841c0e183b8c865d7a466b
tree    7bee49cf30fc231b108de7c1f36e3ec4a3087d4a
parent  7a5a3fc35629ca8e0181b2ca74f4bbc1cf270c9f
name age message
file .gemified Fri Feb 29 21:21:19 -0800 2008 oh how i love you gemify! [defunkt]
file LICENSE Thu Feb 28 01:36:50 -0800 2008 the manifesto [defunkt]
file Manifest Mon Mar 03 11:46:12 -0800 2008 move to using Echoe [defunkt]
file README Sat Mar 01 04:17:31 -0800 2008 Update the README to point to the github script [halorgium]
file Rakefile Mon Mar 03 11:46:12 -0800 2008 move to using Echoe [defunkt]
directory bin/ Sat Mar 01 07:24:08 -0800 2008 Added a bunch of specs and fixed lots of bugs [halorgium]
directory commands/ Sun Mar 02 16:52:32 -0800 2008 debug [defunkt]
directory lib/ Sun Mar 02 16:45:41 -0800 2008 move commands.rb and helpers.rb into commands/ dir [defunkt]
directory spec/ Sat Mar 01 15:36:53 -0800 2008 Rename github open to home and implement browse... [halorgium]
README
The GitHub Gem
=============

This gem'll work hand-in-hand with GitHub's API to help you out.

Catch us in the #github room on freenode if you want to get involved.  Or just fork and send a pull request.

Run it:
  $ ./bin/github.rb <command> <args>

- defunkt