yaml-validator-cli

Crates.ioyaml-validator-cli
lib.rsyaml-validator-cli
version0.1.1
sourcesrc
created_at2020-01-25 18:48:31.191052
updated_at2023-11-13 21:11:26.087054
descriptionA command-line interface to the yaml-validator library
homepage
repositoryhttps://github.com/MathiasPius/yaml-validator
max_upload_size
id201921
size26,147
Mathias Pius (MathiasPius)

documentation

README

yaml-validator Test Status Latest Version Docs

YAML validation using schemas written in yaml

This project is really two parts:

  • yaml-validator, a Rust library for validating YAML files against schemas that are themselves defined in YAML.
  • yaml-validator-cli, a command-line interface using the yaml-validator library to validate YAML files

Documentation for both are somewhat lacking at the moment, but yaml-validator-cli is by far the most useable of the two, and contains a lot of examples for how to get started using it to write schemas.

Commit count: 228

cargo fmt