nickcmaynard / jsonschemalint

JSON Schema Lint. Like you I'm busy, so pull requests will get merged quicker than feature requests are implemented.
https://jsonschemalint.com
MIT License
80 stars 31 forks source link

Command Line Interface #38

Closed clenk closed 7 years ago

clenk commented 7 years ago

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

HotelDon commented 7 years ago

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.

clenk commented 7 years ago

Thank you!