class Nor::InstallGenerator

Public Instance Methods

install() click to toggle source
# File lib/generators/nor/install/install_generator.rb, line 3
def install
  generate 'nor:backend'
  generate 'nor:frontend'
end