Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicwaller/yq
A little wrapper for jq to read YAML files
https://github.com/nicwaller/yq
Last synced: about 6 hours ago
JSON representation
A little wrapper for jq to read YAML files
- Host: GitHub
- URL: https://github.com/nicwaller/yq
- Owner: nicwaller
- Created: 2017-01-08T20:32:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T22:00:32.000Z (about 8 years ago)
- Last Synced: 2025-01-05T20:16:16.656Z (about 1 month ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
Awesome Lists containing this project
README
yq
==yq is a wrapper for jq that supports YAML files.
The yq wrapper was written by earonesty. I just added the packaging.
Pre-requisites
- You need to have jq already installed. (On Mac run `brew install jq`)
To install, just checkout this repository then run:
make install
Use yq the same way you use jq. So if you have a YAML file called example.yaml:
yq . example.yaml