nickcmaynard / jsonschemalint

JSON Schema Lint. Like you I'm busy, so pull requests will get merged quicker than feature requests are implemented.

Home Page:https://jsonschemalint.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command Line Interface

clenk opened this issue · comments

It would be helpful to be able to validate files on the command line, similar to JSONLint.

AJV, the validation library used by JSON Schema Lint for draft-04 and up, has a CLI package you can grab from npm - you can more read about it here.

Thank you!