be-lenka/be-a11y Accessibility Checker
Automated accessibility checks for HTML directories, files, or URLs with be-a11y.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL, directory, or file to analyze (e.g. https://example.com or ./public). Alias: input. | no | "" |
| input | Alias for `url` — URL, directory, or file to analyze. | no | "" |
| report | Optional path for the report output (e.g. report.json or report.html); the format is inferred from the extension — .html/.htm writes a self-contained HTML page, anything else JSON. | no | "" |
Outputs
| name | description |
|---|---|
| total | Total number of accessibility issues found. |
| errors | Number of error-severity issues. |
| warnings | Number of warning-severity issues. |
| report-path | Path to the written report — JSON or HTML per the report input extension (empty when no report was requested). |