INCATools / ontology-development-kit

Bootstrap an OBO Library ontology
http://incatools.github.io/ontology-development-kit/
BSD 3-Clause "New" or "Revised" License
219 stars 54 forks source link

Add yq (YAML version of jq) to ODK #838

Open matentzn opened 1 year ago

matentzn commented 1 year ago

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.