Sha256: e29002a528553e30b2bba9f0c4f9a7c50ca5a02b3031761e02ee719ebe8d96bc

Contents?: true

Size: 338 Bytes

Versions: 8

Compression:

Stored size: 338 Bytes

Contents

#! /usr/bin/env ruby

$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib')
require 'showoff'
command = ARGV[0]

case command
when 'create'
  ShowOffUtils.create
when 'add'
  ShowOffUtils.add_slide
when 'heroku'
  ShowOffUtils.heroku
when 'serve'
  ShowOff.run! :host => 'localhost', :port => 9090
else
  ShowOffUtils.help
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
showoff-0.1.1 bin/showoff
showoff-0.1.0 bin/showoff
showoff-0.0.7 bin/showoff
showoff-0.0.6 bin/showoff
showoff-0.0.5 bin/showoff
showoff-0.0.4 bin/showoff
showoff-0.0.3 bin/showoff
showoff-0.0.2 bin/showoff