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