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