Sha256: b349c8cce6974df9fff8223ace288dca76d303f83497bbf6615006e573f7ce53
Contents?: true
Size: 328 Bytes
Versions: 4
Compression:
Stored size: 328 Bytes
Contents
require "thor" module Jalpha class Generator < Thor include Thor::Actions map ["-v", "--version"] => :version desc "version", "Show Jalpha version" def version say "Jalpha #{Jalpha::VERSION}" end register(Jalpha::Install, "new", "new", "Create new folder with the Jalpha template") end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
jalpha-0.3.1 | lib/jalpha/generator.rb |
jalpha-0.3 | lib/jalpha/generator.rb |
jalpha-0.2 | lib/jalpha/generator.rb |
jalpha-0.1 | lib/jalpha/generator.rb |