Sha256: 09701d7da8d0c97ca84fb508ba4dd87d3703a74aa86731160328c949211642ae
Contents?: true
Size: 381 Bytes
Versions: 3
Compression:
Stored size: 381 Bytes
Contents
#!/usr/bin/env ruby $:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib"))) unless $:.include? File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")) require "aetherg" if ARGV[0] == "--version" || ARGV[0] == "-v" puts "Aetherg v#{Aetherg::VERSION}(#{Aetherg::BUILD})" exit end puts "Your Sinatra app is generating..." Aetherg::Generator.start
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
aetherg-0.5.1 | bin/aetherg |
aetherg-0.5.0 | bin/aetherg |
aetherg-0.5.0.beta3 | bin/aetherg |