Sha256: 9c78999846c100f7668999004220d0c5308d055360a2e7bf47a189e960328bf4

Contents?: true

Size: 299 Bytes

Versions: 9

Compression:

Stored size: 299 Bytes

Contents

# bard.rb
# bot and rose design rails template
require "bard/template/helper"

%w(initial testing exception_notifier static_pages adva).each do |template_file|
  bard_load_template template_file
end
run "cd #{project_name}"
say "Project #{project_name} created! Ask Micah to set up staging server."

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bard-0.8.8 lib/bard/template.rb
bard-0.8.7 lib/bard/template.rb
bard-0.8.6 lib/bard/template.rb
bard-0.8.5 lib/bard/template.rb
bard-0.8.4 lib/bard/template.rb
bard-0.8.3 lib/bard/template.rb
bard-0.8.2 lib/bard/template.rb
bard-0.8.1 lib/bard/template.rb
bard-0.8.0 lib/bard/template.rb