Sha256: 1b16cd9360155f6f90d27d5184417cf6b120c4d63606c5f73b737a55434a4aca
Contents?: true
Size: 363 Bytes
Versions: 4
Compression:
Stored size: 363 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("..", "templates") templates_root = File.expand_path(templates_relative, File.dirname(__FILE__)) Arkenstone::Forge.source_root templates_root Arkenstone::Forge.start(ARGV)
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
arkenstone-0.6.0 | bin/arkenstone |
arkenstone-0.5.2 | bin/arkenstone |
arkenstone-0.5.1 | bin/arkenstone |
arkenstone-0.3.0 | bin/arkenstone |