Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuy/acot-reporter-null
A null reporter for @acot/cli.
https://github.com/kuy/acot-reporter-null
acot cli
Last synced: 1 day ago
JSON representation
A null reporter for @acot/cli.
- Host: GitHub
- URL: https://github.com/kuy/acot-reporter-null
- Owner: kuy
- Created: 2021-04-05T12:26:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T14:57:49.000Z (almost 4 years ago)
- Last Synced: 2024-11-11T12:40:30.928Z (2 months ago)
- Topics: acot, cli
- Language: TypeScript
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# acot-reporter-null
A null reporter for [acot](https://github.com/acot-a11y/acot).
## Installation
Install via npm:
```bash
$ npm install --save acot-reporter-null
```## Usage
```javascript
module.exports = {
reporter: "null",
};
```