A minimal TAP (Test Anything Protocol) output formatter for command-line use. Version 3.0.0 is the current stable release. It consumes TAP input from stdin and produces a compact, human-readable summary of test results, stripping verbose output. Lightweight and dependency-free, suitable for CI environments where concise output is desired. Maintenance is infrequent; the package is stable with minimal changes since 2021.
npm install tap-minNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation and basic usage of tap-min as a TAP reporter in a pipeline with tape.
Use it via pipe: `command | tap-min`
Upgrade Node.js to 18 or later.
Use `npx tap-min` or install locally: `npm install --save-dev tap-min`
No dependency data recorded yet.