class Kilt::Generators::InstallGenerator

Public Instance Methods

install() click to toggle source
# File lib/generators/kilt/install_generator.rb, line 5
def install
  # Default to the backend generator
  generate "kilt:backend"
end