Sha256: 0d4c0f3912f0bccd973321e3819252d7a85ec3f62a2bf12f397e7fa0f9286382

Contents?: true

Size: 265 Bytes

Versions: 2

Compression:

Stored size: 265 Bytes

Contents

#!/usr/bin/env ruby
# encoding: utf-8

require 'bundler'

Bundler.setup

require 'develry'

command = ARGV.first

case command
when 'init'   then Develry.init
when 'sync'   then Develry.sync
when 'update' then Develry.update
else
  puts 'command not supported'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
develry-0.0.3 bin/develry
develry-0.0.2 bin/develry