/yo

Command-line YAML processor

Primary LanguageGoApache License 2.0Apache-2.0

GitHub Actions CI Status GitHub Actions CodeQL Status GoReportCard codebeat badge

InstallationUsageCI StatusContributingLicense


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), then:

go install github.com/essentialkaos/yo@latest
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:

bash <(curl -fsSL https://apps.kaos.st/get) yo

Usage

CI Status

Branch Status
master CI
develop CI

Contributing

Before contributing to this project please read our Contributing Guidelines.

License

Apache License, Version 2.0