MCPcopy Index your code
hub / github.com/axross/tap-notify

github.com/axross/tap-notify @v0.0.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.0.3 ↗ · + Follow
4 symbols 11 edges 4 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

tap-notify

npm version

the Notifier for OS X, Linux and Windows as TAP reporter

Screenshot

Screenshot

How to Use

You can use tap-notify in the same way as other TAP reporters. I recommend to use as the first pipe.

npm install -g tap-notify
tape ./*.test.js | tap-notify | tap-diff

Or use with createStream():

var test = require('tape');
var tapDiff = require('tapDiff');
var tapNotify = require('tap-notify');

test.createStream()
  .pipe(tapNotify())
  .pipe(tapDiff());

process.argv.slice(2).forEach(function (file) {
  require(path.resolve(file));
});

License

MIT

Core symbols most depended-on inside this repo

_interopRequireDefault
called by 4
distributions/index.js
createReporter
called by 1
sources/index.js
_interopRequireDefault
called by 1
distributions/cli.js
createReporter
called by 0
distributions/index.js

Shape

Function 4

Languages

TypeScript100%

Modules by API surface

distributions/index.js2 symbols
sources/index.js1 symbols
distributions/cli.js1 symbols

For agents

$ claude mcp add tap-notify \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact