Sha256: 93d3ed3b7729de1d18aaa15e78474bf68c1d7dcc183e0171d7a69d7face0ec9d

Contents?: true

Size: 228 Bytes

Versions: 8

Compression:

Stored size: 228 Bytes

Contents

#!/usr/bin/env ruby

# needed if you launch it without bundler
$:.unshift(File.expand_path(File.dirname(__FILE__) + '/../lib'))

require 'locomotive/builder'
require 'locomotive/builder/cli'

Locomotive::Builder::CLI::Main.start

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
locomotivecms_builder-1.0.0.alpha8 bin/builder
locomotivecms_builder-1.0.0.alpha7 bin/builder
locomotivecms_builder-1.0.0.alpha6 bin/builder
locomotivecms_builder-1.0.0.alpha5 bin/builder
locomotivecms_builder-1.0.0.alpha4 bin/builder
locomotivecms_builder-1.0.0.alpha3 bin/builder
locomotivecms_builder-1.0.0.alpha2 bin/builder
locomotivecms_builder-1.0.0.alpha1 bin/builder