Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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",
};
```