tongueroo/thor_template

View on GitHub
exe/thor_template

Summary

Maintainability
Test Coverage
#!/usr/bin/env ruby

require 'rubygems'

$:.unshift(File.expand_path('../../lib', __FILE__))
require 'thor_template'
require 'thor_template/cli'

ThorTemplate::CLI.start(ARGV)