Sha256: 4c722e8fdb2aafbd53903ee073d52b2f5f861f477b5270c9c69e4aea2188036f

Contents?: true

Size: 444 Bytes

Versions: 2

Compression:

Stored size: 444 Bytes

Contents

#!/usr/bin/env ruby
require 'rubygems' unless defined?(Gem) 

unless RUBY_PLATFORM =~ /darwin/i 
  $stderr.puts "what? you do not have a MAC, dude? Shame on you!!!"
end

lib_dir = File.expand_path(File.join(File.dirname(__FILE__),'..','lib'))
unless $LOAD_PATH.include?(lib_dir)
  $LOAD_PATH << lib_dir
end

require 'appjam'
require File.expand_path(File.dirname(__FILE__) + '/../lib/appjam/generators/cli')

Appjam::Generators::Cli.start(ARGV)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
appjam-0.1.8.pre10 bin/appjam
appjam-0.1.8.pre9 bin/appjam