Sha256: 3d6a50d1f973c0c77175b40f1bd63a91871aeec14aa65f5a7040155bba6b8e85

Contents?: true

Size: 364 Bytes

Versions: 14

Compression:

Stored size: 364 Bytes

Contents

module Buildable::Recipe
  recipe :init do
    puts "Creating .buildable.yml"
    Buildable::FileMaker.template '.buildable.yml'
    puts "Creating production.env"
    Buildable::FileMaker.template 'production.env'
    puts "Creating Procfile"
    Buildable::FileMaker.template 'Procfile'

    puts "Please edit all files above to setup your application"
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
buildable-2.4.1 lib/buildable/recipes/init.rb
buildable-2.4.0 lib/buildable/recipes/init.rb
buildable-2.3.0 lib/buildable/recipes/init.rb
buildable-2.1.6 lib/buildable/recipes/init.rb
buildable-2.1.5 lib/buildable/recipes/init.rb
buildable-2.1.4 lib/buildable/recipes/init.rb
buildable-2.1.3 lib/buildable/recipes/init.rb
buildable-2.2.0 lib/buildable/recipes/init.rb
buildable-2.1.2 lib/buildable/recipes/init.rb
buildable-2.1.1 lib/buildable/recipes/init.rb
buildable-2.1.0 lib/buildable/recipes/init.rb
buildable-2.0.0 lib/buildable/recipes/init.rb
buildable-1.4.2 lib/buildable/recipes/init.rb
buildable-1.3.4 lib/buildable/recipes/init.rb