Sha256: 981c8ba5313f6bdc5070f21f0b541e07f87f364deb12453efb621b0e2053ee4a

Contents?: true

Size: 218 Bytes

Versions: 8

Compression:

Stored size: 218 Bytes

Contents

#!/usr/bin/env ruby

$LOAD_PATH.unshift File.join(File.dirname(__FILE__), %w[.. lib])

require "thor"
require "mandrill_template/cli"
require "mandrill_template/monkey_create_file"

MandrillTemplateManager.start(ARGV)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mandrill-template-manager-0.3.2 bin/mandrilltemplate
mandrill-template-manager-0.3.1 bin/mandrilltemplate
mandrill-template-manager-0.3.0 bin/mandrilltemplate
mandrill-template-manager-0.2.2 bin/mandrilltemplate
mandrill-template-manager-0.2.1 bin/mandrilltemplate
mandrill-template-manager-0.2.0 bin/mandrilltemplate
mandrill-template-manager-0.1.1 bin/mandrilltemplate
mandrill-template-manager-0.1.0 bin/mandrilltemplate