{"id":15920873,"url":"https://github.com/nickcolley/eleventy-plugin-accessibility","last_synced_at":"2026-01-21T12:34:27.360Z","repository":{"id":66165849,"uuid":"216110056","full_name":"NickColley/eleventy-plugin-accessibility","owner":"NickColley","description":"An Eleventy plugin to check for accessibility issues in HTML using axe.","archived":false,"fork":false,"pushed_at":"2020-10-28T23:52:45.000Z","size":96,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T08:52:28.390Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NickColley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-18T21:33:59.000Z","updated_at":"2020-10-28T23:52:48.000Z","dependencies_parsed_at":"2023-06-26T00:11:17.452Z","dependency_job_id":null,"html_url":"https://github.com/NickColley/eleventy-plugin-accessibility","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NickColley/eleventy-plugin-accessibility","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickColley%2Feleventy-plugin-accessibility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickColley%2Feleventy-plugin-accessibility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickColley%2Feleventy-plugin-accessibility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickColley%2Feleventy-plugin-accessibility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NickColley","download_url":"https://codeload.github.com/NickColley/eleventy-plugin-accessibility/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickColley%2Feleventy-plugin-accessibility/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28632828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-06T19:42:02.441Z","updated_at":"2026-01-21T12:34:27.344Z","avatar_url":"https://github.com/NickColley.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eleventy-plugin-accessibility\n\nAn [Eleventy](https://github.com/11ty/eleventy) plugin to check for accessibility issues in HTML using axe.\n\n![Sample screenshot of eleventy-plugin-accessibility in action](./assets/sample-screenshot.png)\n\n## Installation\n\nThis is an alpha package so it is not on npm yet, but you can try it out by installing it directly from GitHub.\n\n```\nnpm install --save-dev nickcolley/eleventy-plugin-accessibility\n```\n\nOpen up your Eleventy config file (probably `.eleventy.js`) and use `addPlugin`.\n\nOnly run the plugin in a test environment to avoid slow builds.\n\n```\nconst accessibilityPlugin = require(\"eleventy-plugin-accessibility\");\n\nmodule.exports = function(eleventyConfig) {\n  if (process.env.NODE_ENV === \"test\") {\n    eleventyConfig.addPlugin(accessibilityPlugin);\n  }\n};\n```\n\nIn your `package.json` update your tests scripts:\n\n```json\n{\n    \"scripts\": {\n        \"test\": \"NODE_ENV=test eleventy 2\u003e\u00261 | tee -a /tmp/ci-output.txt; if grep -Fq 'Linter' /tmp/ci-output.txt; then exit 1; fi\"\n    }\n}\n```\n\nAt the moment [Eleventy linters do not fail the build](https://github.com/11ty/eleventy/issues/673) which is why this is needed.\n\n\n\n## Running it\n\n\nTo only run this in\n\nRead more about [Eleventy plugins.](https://www.11ty.io/docs/plugins/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickcolley%2Feleventy-plugin-accessibility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickcolley%2Feleventy-plugin-accessibility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickcolley%2Feleventy-plugin-accessibility/lists"}