mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
17 lines
486 B
Markdown
17 lines
486 B
Markdown
|
# yaml
|
||
|
yaml is a lightweight and flexible command-line YAML processor
|
||
|
|
||
|
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)
|
||
|
|