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

Version Path
thor_template-0.0.8 lib/thor_template/cli/help.rb
thor_template-0.0.7 lib/thor_template/cli/help.rb
thor_template-0.0.6 lib/thor_template/cli/help.rb
thor_template-0.0.5 lib/thor_template/cli/help.rb
thor_template-0.0.4 lib/thor_template/cli/help.rb
thor_template-0.0.3 lib/thor_template/cli/help.rb
thor_template-0.0.2 lib/thor_template/cli/help.rb
thor_template-0.0.1 lib/thor_template/cli/help.rb