Sha256: 24cd3c400ba971e6b106f15e6cef6a4ca5acbbae237ecab8afe14176a9fdc4b9
Contents?: true
Size: 340 Bytes
Versions: 16
Compression:
Stored size: 340 Bytes
Contents
require "thor" module Kickster class Generator < Thor include Thor::Actions map ["-v", "--version"] => :version desc "version", "Show Kickster version" def version say "Kickster #{Kickster::VERSION}" end register(Kickster::Install, "new", "new", "Create new folder with the Kickster template") end end
Version data entries
16 entries across 16 versions & 1 rubygems