Sha256: f68ddae966abdcc259a6c6f5c32fcc48df493df5188cd13a595f42dd76fc455d
Contents?: true
Size: 632 Bytes
Versions: 11
Compression:
Stored size: 632 Bytes
Contents
#!/usr/bin/env ruby require File.expand_path(File.join('..', 'lib', 'bootstrappers', 'generators', 'app_generator'), File.dirname(__FILE__)) require File.expand_path(File.join('..', 'lib', 'bootstrappers', 'actions'), File.dirname(__FILE__)) require File.expand_path(File.join('..', 'lib', 'bootstrappers', 'app_builder'), File.dirname(__FILE__)) templates_root = File.expand_path(File.join("..", "templates"), File.dirname(__FILE__)) Bootstrappers::AppGenerator.source_root templates_root Bootstrappers::AppGenerator.source_paths << Rails::Generators::AppGenerator.source_root << templates_root Bootstrappers::AppGenerator.start
Version data entries
11 entries across 11 versions & 1 rubygems