Sha256: 50e855a7231d382e8252bf29c1d4900816e637c4865efc88c7a3ae0515038bb3
Contents?: true
Size: 219 Bytes
Versions: 8
Compression:
Stored size: 219 Bytes
Contents
module ThorTemplate class CLI < Thor class Help class << self def generate <<-EOL Examples: $ thor_template new hello $ thor_template new another_project EOL end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems