Sha256: 12d77c0ff6be384e705dcb8a07b04b54591a00a9ea1ef45074b22e3af6d6436a
Contents?: true
Size: 495 Bytes
Versions: 32
Compression:
Stored size: 495 Bytes
Contents
class Jets::Commands::Import class Rack < Base def install bundle_install end 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-considerations/). EOL end end end
Version data entries
32 entries across 32 versions & 1 rubygems