:robot: a11y-ai
![License](https://img.shields.io/badge/license-MIT-blue.svg)
Experimental tool to automatically detect accessibility issues in web pages and provide suggestions for fixing them.
Quickstart
Run it directly on your project without installing it:
npx a11y-ai
It will scan for all HTML files in the current directory and subdirectories, and will interactively ask you to apply each suggestions found.
Installation
npm install -g a11y-ai
Usage
Usage: a11y-ai [<files>] [options]
Options:
-f, --fix Automatically apply fixes suggestions
-l, --patch-diff Use patch-like diff instead of character diff
--verbose Show detailed logs
--help Show this help