{"id":13659820,"url":"https://github.com/scottcorgan/tap-spec","last_synced_at":"2025-05-15T18:08:48.012Z","repository":{"id":12912996,"uuid":"15590361","full_name":"scottcorgan/tap-spec","owner":"scottcorgan","description":"Formatted TAP output like Mocha's spec reporter","archived":false,"fork":false,"pushed_at":"2024-06-01T02:03:33.000Z","size":77,"stargazers_count":283,"open_issues_count":12,"forks_count":37,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-31T21:51:19.397Z","etag":null,"topics":["tap","tap-spec","tape","testing"],"latest_commit_sha":null,"homepage":null,"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/scottcorgan.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-01-02T18:18:21.000Z","updated_at":"2025-01-08T04:46:03.000Z","dependencies_parsed_at":"2024-08-02T05:18:05.504Z","dependency_job_id":null,"html_url":"https://github.com/scottcorgan/tap-spec","commit_stats":{"total_commits":77,"total_committers":11,"mean_commits":7.0,"dds":"0.36363636363636365","last_synced_commit":"c738478d9ddd4c61c3b67895743bbd91fa082df0"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottcorgan%2Ftap-spec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottcorgan%2Ftap-spec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottcorgan%2Ftap-spec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottcorgan%2Ftap-spec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scottcorgan","download_url":"https://codeload.github.com/scottcorgan/tap-spec/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247737788,"owners_count":20987721,"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":["tap","tap-spec","tape","testing"],"created_at":"2024-08-02T05:01:12.644Z","updated_at":"2025-04-07T22:11:26.623Z","avatar_url":"https://github.com/scottcorgan.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Reporters"],"sub_categories":["JavaScript"],"readme":"# tap-spec [![NPM version](https://img.shields.io/npm/v/tap-spec.svg?style=flat-square)](https://www.npmjs.com/package/tap-spec) [![NPM download count](https://img.shields.io/npm/dm/tap-spec.svg?style=flat-square)](https://www.npmjs.com/package/tap-spec)\n\nFormatted TAP output like Mocha's spec reporter\n\n![iterm - 2 bash - may 29 2015 at 10 17 am screen shot](https://cloud.githubusercontent.com/assets/974723/7888261/03366236-05ec-11e5-9f94-d9c2707526b7.png)\n\n## Install\n\n```\nnpm install tap-spec --save-dev\n```\n\n## Usage\n\n### Streaming\n\n```js\nvar test = require('tape');\nvar tapSpec = require('tap-spec');\n\ntest.createStream()\n  .pipe(tapSpec())\n  .pipe(process.stdout);\n```\n\n### CLI\n\n**package.json**\n\n```json\n{\n  \"name\": \"module-name\",\n  \"scripts\": {\n    \"test\": \"node ./test/tap-test.js | tap-spec\"\n  }\n}\n```\n\nThen run with `npm test`\n\n**Terminal**\n\n```\ntape test/index.js | node_modules/.bin/tap-spec\n```\n\n**Testling**\n\n```\nnpm install testling -g\ntestling test/index.js | node_modules/.bin/tap-spec\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottcorgan%2Ftap-spec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscottcorgan%2Ftap-spec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottcorgan%2Ftap-spec/lists"}