Sha256: 54441b43d03d07517d5b1fd56964950feaf60b38da4be1fa4c6248c53b19b17d
Contents?: true
Size: 438 Bytes
Versions: 6
Compression:
Stored size: 438 Bytes
Contents
#!/usr/bin/env ruby require 'pathname' source_path = (Pathname.new(__FILE__).dirname + '../lib').expand_path $LOAD_PATH << source_path require 'firestarter' templates_root = File.expand_path(File.join("..", "templates"), File.dirname(__FILE__)) Firestarter::AppGenerator.source_root templates_root Firestarter::AppGenerator.source_paths << Rails::Generators::AppGenerator.source_root << templates_root Firestarter::AppGenerator.start
Version data entries
6 entries across 6 versions & 1 rubygems