Sha256: 5ff60721f9e6ffded10e42cea6f654119f24824e762b080a65fe778ae3f8ed09

Contents?: true

Size: 224 Bytes

Versions: 4

Compression:

Stored size: 224 Bytes

Contents

$:.unshift(File.expand_path("../", __FILE__))
require "thor_template/version"

module ThorTemplate
  autoload :Help, "thor_template/help"
  autoload :Command, "thor_template/command"
  autoload :CLI, "thor_template/cli"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thor_template-2.2.1 lib/starter_project/lib/thor_template.rb
thor_template-2.2.0 lib/starter_project/lib/thor_template.rb
thor_template-2.1.1 lib/starter_project/lib/thor_template.rb
thor_template-2.1.0 lib/starter_project/lib/thor_template.rb