Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 850 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 850 Bytes

Mattr logo

JSON-LD Lint CLI

npm-version npm-unstable-version push-master push-release

The jsonld-lint engine bundled as a CLI tool

Getting started

With your favorite package manager install

With yarn run

yarn add jsonld-lint-cli

Or npm run

npm i -g jsonld-lint-cli

Now lint your document

jsonld-lint my-jsonld-document.jsonld

Or a directory of documents

jsonld-lint ./my-directory-of-jsonld-documents