Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-03T10:05:27.000Z (over 3 years ago)
- Last Synced: 2024-10-04T12:49:47.075Z (about 2 months ago)
- Topics: json-schema-validator, yaml
- Language: TypeScript
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 2
- 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
```