# zip-tap-reporter

> A small and colorful reporter for zip-tap

Latest version **2.0.1** (published 2020-02-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install zip-tap-reporter
pnpm add zip-tap-reporter
yarn add zip-tap-reporter
bun add zip-tap-reporter
```

Provides the command `zip-tap-reporter`.

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.1 |
| Published | 2020-02-15 |
| First published | 2019-11-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 1.3 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Vehmloewff |
| Maintainers | vehmloewff |
| Keywords | test, reporter, TAP |

## Links

- npm: https://www.npmjs.com/package/zip-tap-reporter
- Repository: https://github.com/Vehmloewff/zip-tap-reporter
- Issues: https://github.com/Vehmloewff/zip-tap-reporter/issues
- npm.io page: https://npm.io/package/zip-tap-reporter

## Dependencies (2)

- [chalk](https://npm.io/package/chalk.md) ^3.0.0
- [js-yaml](https://npm.io/package/js-yaml.md) ^3.13.1

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 2.0.1 (latest) — 2020-02-15
- 2.0.0 — 2019-12-19
- 1.0.5 — 2019-12-19
- 1.0.4 — 2019-11-30
- 1.0.3 — 2019-11-14
- 1.0.2 — 2019-11-14
- 1.0.1 — 2019-11-14
- 1.0.0 — 2019-11-09

## README

# zip-tap-reporter

A small and colorful reporter for [zip-tap](https://github.com/Vehmloewff/zip-tap)

<p align="center">
    <img src="screenshot.png">
</p>

## Usage

```sh
npm i -D zip-tap-reporter
```

### CLI

Just prefix your test command with `zip-tap-reporter`.

```bash
zip-tap-reporter node tests.js
```

If the command that you run your tests with is complex, just wrap it in quotes:

```bash
zip-tap-reporter "node globbed-tests.js | some-filter"
```

#### Piping

`zip-tap-reporter` also works on a pipe.

```bash
node tests.js | zip-tap-reporter
```

This feature is depreciated though, and will be removed in the next major release.

### API

```js
const createReporter = require('zip-tap-reporter');

const reporter = createReporter();

process.stdin.on('data', reporter.log);
```

See [`bin/cmd`](bin/cmd) for more information.

## License

[MIT](/LICENSE)

---
_Source: https://npm.io/package/zip-tap-reporter · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
