Method: AppArchetype::CLI#new

Defined in:
lib/app_archetype/cli.rb

#newObject

Runs new template commmand



81
82
83
84
85
86
87
# File 'lib/app_archetype/cli.rb', line 81

def new
  cmd = AppArchetype::Commands::NewTemplate.new(
    template_dir,
    options
  )
  cmd.run
end