Class: RailsTemplater::Cli

Inherits:
Thor::Group
  • Object
show all
Defined in:
lib/rails_templater/cli.rb

Instance Method Summary collapse

Instance Method Details

#run_templaterObject



8
9
10
# File 'lib/rails_templater/cli.rb', line 8

def run_templater
  system("rails new #{application_name} -JO --skip-bundle -m #{RailsTemplater::template_runner}")
end