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