# tap-dot

> Formatted TAP output with dots ...

Latest version **2.0.0** (published 2018-06-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install tap-dot
pnpm add tap-dot
yarn add tap-dot
bun add tap-dot
```

Provides the command `tap-dot`.

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2018-06-11 |
| First published | 2014-03-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 4.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 38 |
| Author | Scott Corgan |
| Maintainers | scottcorgan |
| Keywords | tap, reporter, tape, test |

## Links

- npm: https://www.npmjs.com/package/tap-dot
- Repository: https://github.com/scottcorgan/tap-dot
- Issues: https://github.com/scottcorgan/tap-dot/issues
- npm.io page: https://npm.io/package/tap-dot

## Dependencies (3)

- [chalk](https://npm.io/package/chalk.md) ^1.1.1
- [tap-out](https://npm.io/package/tap-out.md) ^1.3.2
- [through2](https://npm.io/package/through2.md) ^2.0.0

## 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.0 (latest) — 2018-06-11
- 1.0.5 — 2016-04-06
- 1.0.4 — 2016-02-23
- 1.0.1 — 2015-11-30
- 1.0.0 — 2015-02-06
- 0.2.3 — 2014-08-28
- 0.2.2 — 2014-05-08
- 0.2.1 — 2014-03-27
- 0.2.0 — 2014-03-27
- 0.1.2 — 2014-03-20
- 0.1.1 — 2014-03-18
- 0.1.0 — 2014-03-18

## README

# tap-dot ![NPM version](https://img.shields.io/npm/v/tap-dot.svg?style=flat-square) ![NPM download count](https://img.shields.io/npm/dm/tap-dot.svg?style=flat-square)

Formatted TAP output with dots ...

**Passed tests**

![Passed tests](https://i.cloudup.com/NUrIyLYHct.png)

**Failed tests**

![Failed tests](https://i.cloudup.com/70SmvILs9I.png)
 
## Install
 
```
npm install tap-dot --save-dev
```
 
## Usage

**package.json**

```json
{
  "name": "module-name",
  "scripts": {
    "test": "node ./test/tap-test.js | tap-dot"
  }
}
```

Then run with `npm test`
 
**Terminal**

```
tape test/index.js | node_modules/.bin/tap-dot
``` 

**Testling**

```
npm install testling -g
testling test/index.js | node_modules/.bin/tap-dot
```

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