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

Version Path
gb-firestarter-0.4.0 bin/firestarter
gb-firestarter-0.3.1 bin/firestarter
gb-firestarter-0.3.0 bin/firestarter
gb-firestarter-0.2.0 bin/firestarter
gb-firestarter-0.1.0 bin/firestarter
gb-firestarter-0.0.1 bin/firestarter