Sha256: b722f3486c39a73a476bf8ba61b410f20cb87957bdfed532382d8a4033e4d407

Contents?: true

Size: 600 Bytes

Versions: 2

Compression:

Stored size: 600 Bytes

Contents

$LOAD_PATH.unshift(File.expand_path('./../../', __FILE__))

require 'rails_templater'
require File.join(File.dirname(__FILE__), 'core_ext.rb')

%w(default orm testing_framework code_coverage javascript_framework template_engine sass cucumber).each do |recipe|
  apply templater.recipe(recipe)
end

say("\nInitial generation complete\n", Thor::Shell::Color::YELLOW)

say("\nBeginning bundle install\n", Thor::Shell::Color::YELLOW)
run 'bundle install'
say("\nbundle install complete\n", Thor::Shell::Color::YELLOW)

execute_post_bundler_strategies

git :add => "."
git :commit => "-m 'Initial commit'"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_templater-0.2.1 lib/template_framework/template_runner.rb
rails_templater-0.2.0 lib/template_framework/template_runner.rb