Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/derhuerst/tap-min

Minimal TAP output formatter.
https://github.com/derhuerst/tap-min

Last synced: 3 months ago
JSON representation

Minimal TAP output formatter.

Awesome Lists containing this project

README

        

# tap-min

**Minimal [TAP](https://en.wikipedia.org/wiki/Test_Anything_Protocol) output formatter.**

[![asciicast](https://asciinema.org/a/101242.png)](https://asciinema.org/a/101242)

[![npm version](https://img.shields.io/npm/v/tap-min.svg)](https://www.npmjs.com/package/tap-min)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/tap-min.svg)
[![chat on gitter](https://badges.gitter.im/derhuerst.svg)](https://gitter.im/derhuerst)

## Installation

```shell
npm install --save-dev tap-min
```

## Usage

```shell
tape test/*.js | tap-min
node test.js | tap-min
```

## Contributing

If you **have a question**, **found a bug** or want to **propose a feature**, have a look at [the issues page](https://github.com/derhuerst/location/issues).