Sha256: 150ca791f461f96392e3bb2db1c07e914e29bb45b9a03a43b8a6871636a8206e

Contents?: true

Size: 412 Bytes

Versions: 6

Compression:

Stored size: 412 Bytes

Contents

main = File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__
main = File.dirname(main)
lib = File.expand_path('./lib', main)
thor = File.expand_path('./thor', main)

$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
$dwm_root = File.expand_path('./', __dir__)


require 'ctpl/parser/pipeline'

Dir.glob(File.join(thor, '/**/*.thor')).each { |taskfile|
  # noinspection RubyResolve
  load taskfile
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ctpl-0.0.6 Thorfile
ctpl-0.0.5 Thorfile
ctpl-0.0.4 Thorfile
ctpl-0.0.3 Thorfile
ctpl-0.0.2 Thorfile
ctpl-0.0.1 Thorfile