yq/mkdocs/index.md

17 lines
486 B
Markdown
Raw Normal View History

2017-04-13 05:36:59 +00:00
# yaml
2017-04-14 02:40:03 +00:00
yaml is a lightweight and portable command-line YAML processor
2017-04-13 05:36:59 +00:00
The aim of the project is to be the [jq](https://github.com/stedolan/jq) or sed of yaml files.
### [download latest binary](https://github.com/mikefarah/yaml/releases/latest)
### get the source
```bash
go get github.com/mikefarah/yaml
```
[.zip](https://github.com/mikefarah/yaml/zipball/master) or [tar.gz](https://github.com/mikefarah/yaml/tarball/master)
[View on GitHub](https://github.com/mikefarah/yaml)