{"id":13739506,"url":"https://github.com/axross/tap-notify","last_synced_at":"2025-08-25T05:14:48.913Z","repository":{"id":2286863,"uuid":"46161469","full_name":"axross/tap-notify","owner":"axross","description":":bell: the Notifier for OS X, Linux and Windows as TAP reporter","archived":false,"fork":false,"pushed_at":"2019-07-18T15:33:09.000Z","size":143,"stargazers_count":62,"open_issues_count":3,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-01T20:30:05.533Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axross.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-14T04:31:33.000Z","updated_at":"2024-01-24T19:13:07.000Z","dependencies_parsed_at":"2022-08-06T12:15:09.007Z","dependency_job_id":null,"html_url":"https://github.com/axross/tap-notify","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axross%2Ftap-notify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axross%2Ftap-notify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axross%2Ftap-notify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axross%2Ftap-notify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axross","download_url":"https://codeload.github.com/axross/tap-notify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225622858,"owners_count":17498168,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T04:00:34.647Z","updated_at":"2024-11-20T20:07:59.618Z","avatar_url":"https://github.com/axross.png","language":"JavaScript","readme":"# tap-notify\n\n[![npm version](https://badge.fury.io/js/tap-notify.svg)](http://badge.fury.io/js/tap-notify)\n\nthe Notifier for OS X, Linux and Windows as [TAP reporter](https://github.com/substack/tape#pretty-reporters)\n\n![Screenshot](screenshot1.png)\n\n![Screenshot](screenshot2.png)\n\n## How to Use\n\nYou can use tap-notify in the same way as other [TAP reporters](https://github.com/substack/tape#pretty-reporters). I recommend to use as the first pipe.\n\n```\nnpm install -g tap-notify\n```\n\n```\ntape ./*.test.js | tap-notify | tap-diff\n```\n\nOr use with `createStream()`:\n\n```javascript\nvar test = require('tape');\nvar tapDiff = require('tap-diff');\nvar tapNotify = require('tap-notify');\n\ntest.createStream()\n  .pipe(tapNotify())\n  .pipe(tapDiff());\n\nprocess.argv.slice(2).forEach(function (file) {\n  require(path.resolve(file));\n});\n```\n\n## License\n\nMIT\n","funding_links":[],"categories":["Reporters"],"sub_categories":["JavaScript"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxross%2Ftap-notify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxross%2Ftap-notify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxross%2Ftap-notify/lists"}