Class: Hyrb::Commands::Github

Inherits:
Hyrb::Command show all
Defined in:
lib/hyrb/commands/github.rb

Instance Method Summary collapse

Methods inherited from Hyrb::Command

subc

Instance Method Details

#create_repo(project_name = nil) ⇒ Object



10
11
12
# File 'lib/hyrb/commands/github.rb', line 10

def create_repo(project_name = nil)
  pipeline(Hyrb::Tasks::Github::CreateRepo, {project_name: project_name})
end

#show_reposObject



5
6
7
# File 'lib/hyrb/commands/github.rb', line 5

def show_repos
  pipeline(Hyrb::Tasks::Github::ShowRepos)
end