https://github.com/ssbarnea/elvy
ELVY stands for El Validator for YAML, a cli for validating yaml files, similar to other validator but that one relies on yaml-language-server (same used by YAML extension for vscode).
https://github.com/ssbarnea/elvy
json-schema-validator yaml
Last synced: about 1 month ago
JSON representation
ELVY stands for El Validator for YAML, a cli for validating yaml files, similar to other validator but that one relies on yaml-language-server (same used by YAML extension for vscode).
- Host: GitHub
- URL: https://github.com/ssbarnea/elvy
- Owner: ssbarnea
- License: mit
- Created: 2021-04-29T09:21:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-03T10:05:27.000Z (about 5 years ago)
- Last Synced: 2025-11-24T01:12:51.519Z (6 months ago)
- Topics: json-schema-validator, yaml
- Language: TypeScript
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ELVY: El Validator for YAML
The project adds a `elvy` command line that validates YAML files against
schemas using [yaml-language-server](https://github.com/redhat-developer/yaml-language-server).
## Usage
```shell
# rely on yaml-language-serve to guess the schema
elvy some.yml
# manually specify schema to use
elvy -s myschema.json some.yml
```