Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Formatted TAP output like Mocha's spec reporter
| Date | Stars |
|---|---|
| 2026-07-24 | 282 |
| 2026-07-25 | 282 |
| 2026-07-28 | 282 |
| 2026-07-30 | 282 |
| 2026-08-06 | 282 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# tap-spec [](https://www.npmjs.com/package/tap-spec) [](https://www.npmjs.com/package/tap-spec)
Formatted TAP output like Mocha's spec reporter

## Install
```
npm install tap-spec --save-dev
```
## Usage
### Streaming
```js
var test = require('tape');
var tapSpec = require('tap-spec');
test.createStream()
.pipe(tapSpec())
.pipe(process.stdout);
```
### CLI
**package.json**
```json
{
"name": "module-name",
"scripts": {
"test": "node ./test/tap-test.js | tap-spec"
}
}
```
Then run with `npm test`
**Terminal**
```
tape test/index.js | node_modules/.bin/tap-spec
```
**Testling**
```
npm install testling -g
testling test/index.js | node_modules/.bin/tap-spec
```
Excerpt of 1,011 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:7199920998994b56, topic:testing