Class: Octopush

Inherits:
Thor
  • Object
show all
Defined in:
lib/octopush.rb

Instance Method Summary collapse

Instance Method Details

#octopush(name) ⇒ Object



15
16
17
18
# File 'lib/octopush.rb', line 15

def octopush(name)
  create_repo(name)
  push_to_github
end