class ViteRuby::CLI::Install

def copy_template(path, to:)

def copy_template(path, to:)
  cp TEMPLATES_PATH.join(path), to
end