Sha256: 40a5b1a126ba0d2a6faf26f472c5f02b10642e0829d406cd050f0f3aafbd8334
Contents?: true
Size: 278 Bytes
Versions: 8
Compression:
Stored size: 278 Bytes
Contents
#!/usr/local/bin/ruby require "dojo-pkg" cmd = Dojo::Commands::Dojofy.new begin cmd.install rescue Dojo::Errors::DojofyError => e puts "Sorry, something didn't work right. See below:" $stderr.print "#{e.message}\n" exit 1 end puts "You have just dojofied your app!"
Version data entries
8 entries across 8 versions & 1 rubygems