Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/essentialkaos/yo
Command-line YAML processor
https://github.com/essentialkaos/yo
golang utility yaml
Last synced: 27 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T08:03:43.000Z (about 2 months ago)
- Last Synced: 2024-09-28T10:02:31.074Z (about 1 month ago)
- Topics: golang, utility, yaml
- Language: Go
- Homepage: https://kaos.sh/yo
- Size: 348 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.21+ 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 yum install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo yum 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` | [![CI](https://kaos.sh/w/yo/ci.svg?branch=master)](https://kaos.sh/w/yo/ci?query=branch:master) |
| `develop` | [![CI](https://kaos.sh/w/yo/ci.svg?branch=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/contributing-guidelines#contributing-guidelines).
### License
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)