Sha256: 223e0df7e7f55593ea332e546fdeff5a5bece291a08db2c38ab93fa67ce7c8eb

Contents?: true

Size: 323 Bytes

Versions: 3

Compression:

Stored size: 323 Bytes

Contents

$:.unshift(File.expand_path("../", __FILE__))
require "thor/vcr" if ENV['VCR'] == '1'
require "thor_template/cli"

module ThorTemplate
  autoload :Command, 'thor_template/command'
  autoload :Version, 'thor_template/version'
  autoload :Generator, 'thor_template/generator'
  autoload :Renamer, 'thor_template/renamer'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thor_template-2.0.2 lib/thor_template.rb
thor_template-2.0.1 lib/thor_template.rb
thor_template-2.0.0 lib/thor_template.rb