Sha256: 0175f40ad579c2cae31a3367d4fecdfc5d526c00011fc54cb2da5dd00084e7a3

Contents?: true

Size: 378 Bytes

Versions: 1

Compression:

Stored size: 378 Bytes

Contents

#!/usr/bin/env ruby

require "pathname"

source_path = (Pathname.new(__FILE__).dirname + "../lib").expand_path
$LOAD_PATH << source_path

require "arkenstone"

templates_relative = File.join("..", "lib/arkenstone/templates")
templates_root = File.expand_path(templates_relative, File.dirname(__FILE__))
Arkenstone::Forge.source_root templates_root
Arkenstone::Forge.start(ARGV)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arkenstone-0.2.0 bin/arkenstone