Sha256: 3d7407f7e0f3b784d8ae3bda455d5cd35800a423d3427b1efc1bf8f782f9c8c7

Contents?: true

Size: 249 Bytes

Versions: 1

Compression:

Stored size: 249 Bytes

Contents

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

require 'dashing'
Dashing::CLI.source_root(File.expand_path('../../templates', bin_file))
Dashing::CLI.start(ARGV)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dashing-1.3.3 bin/dashing