Sha256: 36f41cb489a6aac2a4e2234065f9e17eb6e4718ae988fc296174c1cffa0281c6

Contents?: true

Size: 156 Bytes

Versions: 3

Compression:

Stored size: 156 Bytes

Contents

#!/usr/bin/env ruby

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

ThorTemplate::CLI.start(ARGV)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thor_template-1.0.0 lib/starter_project/bin/thor_template
thor_template-0.0.8 lib/starter_project/bin/thor_template
thor_template-0.0.7 lib/starter_project/bin/thor_template