class SvelteOnRails::Generators::InstallGenerator

def haml_and_convert

def haml_and_convert
  return unless options[:full] || options[:haml]
  puts '-' * 80
  puts ' ▶︎▶︎▶︎ INSTALLING Haml and converting existing .erb files to .haml'
  haml_i = SvelteOnRails::Installer::Haml
  haml_i.install_haml_and_convert(force: options[:force])
end