Skip to content

Instantly share code, notes, and snippets.

View kmckelvin's full-sized avatar

Kevin McKelvin kmckelvin

View GitHub Profile
@kmckelvin
kmckelvin / gist:1871125
Created February 20, 2012 20:12 — forked from jeriko/gist:1865932
KICKSTART v1
class AppBuilder < Rails::AppBuilder
include Thor::Actions
include Thor::Shell
# Express app templating for Rails
# ------------------------------------
# USAGE:
# 1. Add gems to `gem_dependencies`
# 2. Methods listed in SCRIPTS will be run after bundling, so make sure they each have a declaration
# 3. run: `rails new app_name --builder=path/to/builder.rb` (URI's work here too)