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

Version Path
bootstrappers-0.1.0.1 bin/bootstrappers
bootstrappers-0.1.0 bin/bootstrappers
bootstrappers-0.0.9 bin/bootstrappers
bootstrappers-0.0.8 bin/bootstrappers
bootstrappers-0.0.7 bin/bootstrappers
bootstrappers-0.0.6 bin/bootstrappers
bootstrappers-0.0.5 bin/bootstrappers
bootstrappers-0.0.4 bin/bootstrappers
bootstrappers-0.0.3 bin/bootstrapers
bootstrappers-0.0.2 bin/bootstrapers
bootstrappers-0.0.1 bin/bootstrapers