Sha256: 3c28daece9dde97a5bf9f05b4298ed17febd0ec3747a240279e780d3c9eb45c6
Contents?: true
Size: 329 Bytes
Versions: 6
Compression:
Stored size: 329 Bytes
Contents
#!/usr/bin/env ruby if File.exists?(File.join(File.expand_path('../..', __FILE__), '.git')) $:.unshift(File.expand_path('../../lib', __FILE__)) end begin if $*[0] == 'new' and $*[1] require 'alfa/commands/new' else puts "format: alfa new PROJECT_NAME" end rescue StandardError => e puts "Error: #{e}" end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
alfa-0.0.8.pre | bin/alfa |
alfa-0.0.7.pre | bin/alfa |
alfa-0.0.6.pre | bin/alfa |
alfa-0.0.5.pre | bin/alfa |
alfa-0.0.4.pre | bin/alfa |
alfa-0.0.2.pre | bin/alfa |