# `@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](https://airnode-docs.api3.org/reference/airnode/latest/packages/validator.html).

## 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 running
  `chmod +x ./dist/bin/validator.js`. Finally, you can run `yarn airnode-validator ...`.
