class ViteRuby::CLI::Install
def call(**)
def call(**) $stdout.sync = true say 'Creating binstub' ViteRuby.commands.install_binstubs say 'Creating configuration files' create_configuration_files say 'Installing sample files' install_sample_files say 'Installing js dependencies' install_js_dependencies say 'Adding files to .gitignore' install_gitignore say "\nVite ⚡️ Ruby successfully installed! 🎉" end