Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuy/acot-reporter-github
A GitHub reporter for acot
https://github.com/kuy/acot-reporter-github
a11y accessibility acot github-actions
Last synced: 1 day ago
JSON representation
A GitHub reporter for acot
- Host: GitHub
- URL: https://github.com/kuy/acot-reporter-github
- Owner: kuy
- License: mit
- Created: 2021-04-07T15:11:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T13:45:05.000Z (over 1 year ago)
- Last Synced: 2024-11-11T12:40:29.638Z (2 months ago)
- Topics: a11y, accessibility, acot, github-actions
- Language: JavaScript
- Homepage:
- Size: 175 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WIP: acot-reporter-github
A GitHub reporter for [acot](https://github.com/acot-a11y/acot).
## TODOs for MVP
- [x] Show summarized result
- [x] Show detailed result (expandable)
- [ ] CI (automated release)
- [ ] Delete and ignore `lib` directory## Optional TODOs
- [ ] Show progress
## Usage
### Installation
Install via npm:
```bash
$ npm install --save acot-reporter-github
```Install via yarn:
```bash
$ yarn add acot-reporter-github
```### Configuration
```javascript
module.exports = {
reporter: "github",
};
```