Class: NetguruBootstrapper::Cli

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/netguru_bootstrapper/cli.rb

Instance Method Summary collapse

Instance Method Details

#installObject



12
13
14
15
# File 'lib/netguru_bootstrapper/cli.rb', line 12

def install
  say 'Generating tree structure...', :blue
  Generator.start(ARGV)
end