Class: Jets::Commands::Import::Rack

Inherits:
Base
  • Object
show all
Defined in:
lib/jets/commands/import/rack.rb

Instance Method Summary collapse

Methods inherited from Base

cli_options, #setup

Methods inherited from Sequence

source_root

Instance Method Details

#finish_messageObject



7
8
9
10
11
12
13
14
# File 'lib/jets/commands/import/rack.rb', line 7

def finish_message
  puts <<~EOL
    #{"="*30}
    Congrats! The Rack project from #{@source} has been imported to the rack folder.

    Note, generic rack projects will likely need some adjustments to take into account API Gateway stages and logging. For more info refer to [Mega Mode Considerations](http://rubyonjets.com//megamode-details/).
  EOL
end

#installObject



3
4
5
# File 'lib/jets/commands/import/rack.rb', line 3

def install
  bundle_install
end