Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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