Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heroku-examples/heroku-buildpack-yq
Heroku buildpack for yq
https://github.com/heroku-examples/heroku-buildpack-yq
Last synced: 13 days ago
JSON representation
Heroku buildpack for yq
- Host: GitHub
- URL: https://github.com/heroku-examples/heroku-buildpack-yq
- Owner: heroku-examples
- Created: 2024-11-04T21:56:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T17:09:42.000Z (3 months ago)
- Last Synced: 2024-11-30T21:29:17.431Z (2 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heroku Buildpack YQ
An example classic Heroku buildpack for `yq`. It installs the `yq` binary so that `json`, `yaml`, and `toml` files may be parsed from the command line.
This buildpack is for informational purposes only and is not officially supported!
Add to your Heroku app with
```
$ heroku buildpacks:add https://github.com/heroku-examples/heroku-buildpack-yq
--index 1
```