@api3/airnode-validator
v0.14.2
Published
> A package/CLI tool that can be used to validate and convert airnode specification files
Downloads
1,767
Readme
@api3/airnode-validator
A package/CLI tool that can be used to validate and convert airnode specification files
Documentation
You can find documentation on how to use validator in the validator docs.
For developers
Run from source
There are two ways how to run the CLI from source:
- Run
yarn cli ...
- First build the package using
yarn build
, then make the CLI binary executable by runningchmod +x ./dist/bin/validator.js
. Finally, you can runyarn airnode-validator ...
.