https://github.com/essentialkaos/yo
Command-line YAML processor
https://github.com/essentialkaos/yo
golang utility yaml
Last synced: 8 months ago
JSON representation
Command-line YAML processor
- Host: GitHub
- URL: https://github.com/essentialkaos/yo
- Owner: essentialkaos
- License: apache-2.0
- Created: 2017-02-03T23:10:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T07:10:15.000Z (over 1 year ago)
- Last Synced: 2025-01-31T13:43:40.595Z (over 1 year ago)
- Topics: golang, utility, yaml
- Language: Go
- Homepage: https://kaos.sh/yo
- Size: 377 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Installation • Usage • CI Status • Contributing • License
Yo is a command-line YAML processor.
### Installation
#### From source
To build the Yo from scratch, make sure you have a working Go [1.23+](https://github.com/essentialkaos/.github/blob/master/GO-VERSION-SUPPORT.md) workspace (_[instructions](https://go.dev/doc/install)_), then:
```
go install github.com/essentialkaos/yo@latest
```
#### From [ESSENTIAL KAOS Public Repository](https://kaos.sh/kaos-repo)
```bash
sudo dnf install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo dnf install yo
```
#### Prebuilt binaries
You can download prebuilt binaries for Linux and macOS from [EK Apps Repository](https://apps.kaos.st/yo/latest):
```bash
bash <(curl -fsSL https://apps.kaos.st/get) yo
```
### Usage

### CI Status
| Branch | Status |
|--------|--------|
| `master` | [](https://kaos.sh/w/yo/ci?query=branch:master) |
| `develop` | [](https://kaos.sh/w/yo/ci?query=branch:develop) |
### Contributing
Before contributing to this project please read our [Contributing Guidelines](https://github.com/essentialkaos/.github/blob/master/CONTRIBUTING.md).
### License
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)