Sha256: 3f881724702962e6a5f97e4654c479d8d852d2fa663722d99cd0b644bb2096ea
Contents?: true
Size: 740 Bytes
Versions: 15
Compression:
Stored size: 740 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', 'layout_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
15 entries across 15 versions & 2 rubygems