Sha256: f4cd288561c445ca70f6a2114d76a51f628f23e726b53b656224b8cfc5c7d0fc
Contents?: true
Size: 488 Bytes
Versions: 177
Compression:
Stored size: 488 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-details/). EOL end end end
Version data entries
177 entries across 177 versions & 4 rubygems