#!/usr/bin/env ruby require 'pathname' source_path = (Pathname.new(__FILE__).dirname + '../lib').expand_path $LOAD_PATH << source_path require 'shoelaces' templates_root = File.expand_path(File.join("..", "templates"), File.dirname(__FILE__)) Shoelaces::AppGenerator.source_root templates_root Shoelaces::AppGenerator.source_paths << Rails::Generators::AppGenerator.source_root << templates_root Shoelaces::AppGenerator.start