class SvelteOnRails::Generators::InstallGenerator
def finish
def finish puts '-' * 80 puts 'FINISHED SVELTE INSTALLATION' puts '-' * 80 puts "SvelteOnRails installed successfully!" puts "Restart the server and check if it all works." if @hello_world_path puts "You can now access the Hello World component on: http://localhost:your-port-number#{@hello_world_path}." end puts "Happy coding!" end