Sha256: bcc912f74fdba0d9cc0a5df67398c6616a107143dfb50a009b03ac77a0612c91
Contents?: true
Size: 307 Bytes
Versions: 20
Compression:
Stored size: 307 Bytes
Contents
module Negroku::CLI desc 'Create and manage your app' command :app do |app| app.desc 'Bootstrap your application with capistrano and negroku' app.command :create do |create| create.action do |global_options,options,args| Negroku::Bootstrap.install end end end end
Version data entries
20 entries across 20 versions & 1 rubygems