Class: InitHera

Inherits:
Object
  • Object
show all
Defined in:
lib/hera/init_hera.rb

Instance Method Summary collapse

Constructor Details

#initializeInitHera

Returns a new instance of InitHera.



7
8
9
10
11
12
# File 'lib/hera/init_hera.rb', line 7

def initialize

  puts "Hera will now install the initial site structure for you to work your magic."
  system "gh clone connatser/hera_site ."

end