class Troy::Cli

def new(path)

def new(path)
  generator = Generator.new
  generator.destination_root = path
  generator.invoke_all
end