{"id":31660396,"url":"https://github.com/accesslint/create-accesslint","last_synced_at":"2025-10-31T07:34:59.805Z","repository":{"id":316960650,"uuid":"1065343344","full_name":"AccessLint/create-accesslint","owner":"AccessLint","description":"CLI tool to set up AccessLint GitHub Actions workflow","archived":false,"fork":false,"pushed_at":"2025-09-27T15:26:44.000Z","size":65,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-24T03:04:18.890Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AccessLint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-27T14:32:41.000Z","updated_at":"2025-09-27T19:48:30.000Z","dependencies_parsed_at":"2025-09-27T22:12:59.757Z","dependency_job_id":"bea7f4ff-62e8-472a-b04f-892b14386f25","html_url":"https://github.com/AccessLint/create-accesslint","commit_stats":null,"previous_names":["accesslint/create-accesslint"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AccessLint/create-accesslint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AccessLint%2Fcreate-accesslint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AccessLint%2Fcreate-accesslint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AccessLint%2Fcreate-accesslint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AccessLint%2Fcreate-accesslint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AccessLint","download_url":"https://codeload.github.com/AccessLint/create-accesslint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AccessLint%2Fcreate-accesslint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281952964,"owners_count":26589144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-10-07T17:06:36.990Z","updated_at":"2025-10-31T07:34:59.771Z","avatar_url":"https://github.com/AccessLint.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-accesslint\n\nEasy setup for AccessLint GitHub Actions workflow - get accessibility feedback directly in your pull requests.\n\n## Quick Start\n\n```bash\nnpx create-accesslint\n```\n\nOr install globally:\n\n```bash\nnpm install -g create-accesslint\ncreate-accesslint\n```\n\n## What it does\n\nThis CLI tool creates a GitHub Actions workflow that:\n\n- 🎯 **Reviews pull requests** - Adds inline comments on accessibility issues\n- 🚀 **Zero configuration** - Uses GitHub OIDC, no tokens required\n- ⚡ **Smart scanning** - Only checks changed files\n- 🔧 **Multi-framework** - Supports HTML, React, Vue, Next.js\n\n## Interactive Setup\n\nThe generator will ask you:\n\n1. **Workflow name** - Customize the GitHub Actions workflow name\n2. **Project type** - Auto-detects React/Vue/Next.js from package.json\n3. **File patterns** - Smart defaults based on your framework choice\n4. **Push triggers** - Option to run on pushes to main branch\n\n## Framework Detection\n\n| Framework | File Patterns | Auto-detected from |\n|-----------|---------------|-------------------|\n| HTML/Static | `**/*.{html,htm}` | Default |\n| React/TypeScript | `**/*.{jsx,tsx}` | `react`, `@types/react` |\n| Vue.js | `**/*.{vue,html}` | `vue`, `@vue/cli` |\n| Next.js | `**/*.{jsx,tsx,html}` | `next` |\n| Custom | Your choice | Manual selection |\n\n## Generated Workflow\n\nCreates `.github/workflows/accesslint.yml` with:\n\n```yaml\nname: 'AccessLint - Accessibility Check'\n\non:\n  pull_request:\n    types: [opened, synchronize, reopened]\n\npermissions:\n  contents: read\n  pull-requests: write\n  id-token: write\n\njobs:\n  accesslint:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n        with:\n          fetch-depth: 0\n      - uses: accesslint/actions@v1.1.0\n        with:\n          mode: review\n          file-patterns: '**/*.{jsx,tsx}'\n```\n\n## Next Steps\n\nAfter running the generator:\n\n1. **Commit and push** your changes\n2. **Create a pull request** to test the workflow\n3. **AccessLint will automatically review** accessibility in your code changes\n\n## Development\n\n```bash\ngit clone https://github.com/accesslint/create-accesslint\ncd create-accesslint\nnpm install\nnpm link\n\n# Test in a project\ncd /path/to/your/project\nnpx create-accesslint\n```\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccesslint%2Fcreate-accesslint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faccesslint%2Fcreate-accesslint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccesslint%2Fcreate-accesslint/lists"}