ontology-development-kit icon indicating copy to clipboard operation
ontology-development-kit copied to clipboard

Add yq (YAML version of jq) to ODK

Open matentzn opened this issue 1 year ago • 0 comments

https://github.com/mikefarah/yq

wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /usr/bin/yq &&
chmod +x /usr/bin/yq

This will be useful when building applications on top of mapping commons which will make use of a lot of yaml.

matentzn avatar Mar 27 '23 08:03 matentzn