heroku-buildpack-foo

by CGA1123

README.md

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/CGA1123/heroku-buildpack-foo.git

For existing applications:

$ heroku buildpacks:set https://github.com/CGA1123/heroku-buildpack-foo.git -a YOUR_APP_NAME