Documentation
    Preparing search index...

    Module @dry-lint/asyncapi

    @dry-lint/asyncapi

    CI Docs License

    Part of the dry-lint monorepo.

    This plugin extracts operations, components, and message schemas from AsyncAPI specifications (asyncapi.yaml / asyncapi.json) so you can detect duplicate or similar message contracts.


    bun add -D @dry-lint/asyncapi
    

    Add it to your .drylintrc.json:

    {
    "plugins": ["@dry-lint/asyncapi"]
    }

    Then run detection with the CLI. This plugin auto-registers itself.



    MIT — see LICENSE.