apib-lint
v0.2.1
Published
Basic linter for APIB files
Readme
apib-lint
Parses an APIB file and fails on any errors or warnings. The purpose of this script is to ensure an APIB is absolutely valid to avoid endpoints being silently ignored by other tools such as Dredd.
Installation
$ npm i apib-lint --save-devUsage
$ apib-lint some-file.apibTesting
$ npm test
$ npm run lint