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

Version Path
bootstrappers-4.2.1.1 bin/bootstrappers
bootstrappers-4.2.1 bin/bootstrappers
bootstrappers-4.2.0.11 bin/bootstrappers
bootstrappers2-4.0 bin/bootstrappers
bootstrappers-4.2.0.5 bin/bootstrappers
bootstrappers-4.2.0.4 bin/bootstrappers
bootstrappers-4.2.0.3 bin/bootstrappers
bootstrappers-4.2.0.2 bin/bootstrappers
bootstrappers-4.2.0.1 bin/bootstrappers
bootstrappers-4.2.0 bin/bootstrappers
bootstrappers-4.0.rc1 bin/bootstrappers
bootstrappers-0.2.2 bin/bootstrappers
bootstrappers-0.2.1 bin/bootstrappers
bootstrappers-0.2.0.1 bin/bootstrappers
bootstrappers-0.2.0 bin/bootstrappers