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 from the stable release on crates.io, issue:

cargo install yaml-schema

To build from source on GitHub instead:

cargo install --git https://github.com/yaml-schema/yaml-schema

Next Steps

Now that you have YAML Schema installed, you can:


This site uses Just the Docs, a documentation theme for Jekyll.