Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/derhuerst/tap-min
- Owner: derhuerst
- License: isc
- Fork: true (gummesson/tap-min)
- Created: 2016-11-04T13:00:00.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T11:42:01.000Z (about 1 year ago)
- Last Synced: 2024-05-01T23:30:06.909Z (6 months ago)
- Language: JavaScript
- Homepage: https://github.com/derhuerst/tap-min
- Size: 43 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
- awesome-tap - tap-min - Minimal output. (Reporters / JavaScript)
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).