:robot: a11y-ai
Experimental tool to automatically detect accessibility issues in web pages and provide suggestions for fixing them.
Can I help fixing your a11y issues?
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]
If no files are specified, it will scan the current directory and
subdirectories for HTML files.
Options:
-f, --fix Automatically apply fixes suggestions
-l, --patch-diff Use patch-like diff instead of character diff
-r, --report Generate a report instead of fixing files
--verbose Show detailed logs
--help Show this help