Module GitHub
In: lib/github/command.rb
lib/github/version.rb
lib/github/helper.rb
lib/github/ui.rb
lib/github.rb

Starting simple.

$ github <command> <args>

  GitHub.command <command> do |*args|
    whatever
  end

Methods

Classes and Modules

Module GitHub::UI
Class GitHub::Command
Class GitHub::GitCommand
Class GitHub::Helper

Constants

VERSION = "0.7.2"
BasePath = File.expand_path(File.dirname(__FILE__))

Public Instance methods

[Validate]