Sha256: 4f2ed58a7de570275a89007184f6a4dcae95ea1c8d75344c7d3b0773b052132f

Contents?: true

Size: 290 Bytes

Versions: 4

Compression:

Stored size: 290 Bytes

Contents

#!/usr/bin/env ruby
require "pathname"
bin_file = Pathname.new(__FILE__).realpath
$:.unshift File.expand_path("../../lib", bin_file)

require 'baseboard/cli'
require 'baseboard/downloader'
Baseboard::CLI.source_root(File.expand_path('../../templates', bin_file))
Baseboard::CLI.start(ARGV)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
baseboard-1.0.4 bin/baseboard
baseboard-1.0.3 bin/baseboard
baseboard-1.0.2 bin/baseboard
baseboard-1.0.1 bin/baseboard