Installation
This guide will help you install and set up YAML Schema validation in your project.
Prerequisites
Currently, yaml-schema requires Git, Rust and Cargo to build and install: https://doc.rust-lang.org/cargo/
Installing YAML Schema
To install the ys executable, issue the command:
cargo install yaml-schema
Next Steps
Now that you have YAML Schema installed, you can:
- Learn about basic usage