Class: Dry::Web::Roda::CLI::Generate

Inherits:
Thor
  • Object
show all
Defined in:
lib/dry/web/roda/cli/generate.rb

Instance Method Summary collapse

Instance Method Details

#sub_app(app_name) ⇒ Object



10
11
12
13
# File 'lib/dry/web/roda/cli/generate.rb', line 10

def sub_app(app_name)
  require "dry/web/roda/generators/sub_app"
  Dry::Web::Roda::Generators::SubApp.new(app_name, umbrella: options[:umbrella]).call
end