class NetguruBootstrapper::Cli

Public Instance Methods

install() click to toggle source
# File lib/netguru_bootstrapper/cli.rb, line 12
def install
  say 'Generating tree structure...', :blue
  Generator.start(ARGV)
end