Skip to content

Commit fed1c73

Browse files
committed
add fetch-github-dependents tool
1 parent fee8f49 commit fed1c73

File tree

4 files changed

+784
-6
lines changed

4 files changed

+784
-6
lines changed

data/dependents.json

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"oxc-project/oxc": {
3+
"oxc": [
4+
{
5+
"url": "https://github.com/rolldown/rolldown",
6+
"stars": 11925
7+
},
8+
{
9+
"url": "https://github.com/Floorp-Projects/Floorp",
10+
"stars": 7635
11+
},
12+
{
13+
"url": "https://github.com/hashintel/hash",
14+
"stars": 1333
15+
},
16+
{
17+
"url": "https://github.com/fosslife/devtools-x",
18+
"stars": 1293
19+
},
20+
{
21+
"url": "https://github.com/piercefreeman/mountaineer",
22+
"stars": 866
23+
},
24+
{
25+
"url": "https://github.com/codemod/codemod",
26+
"stars": 808
27+
},
28+
{
29+
"url": "https://github.com/azat-io/todoctor",
30+
"stars": 480
31+
},
32+
{
33+
"url": "https://github.com/kermanx/jsshaker",
34+
"stars": 373
35+
},
36+
{
37+
"url": "https://github.com/Anber/wyw-in-js",
38+
"stars": 298
39+
},
40+
{
41+
"url": "https://github.com/rari-build/rari",
42+
"stars": 259
43+
},
44+
{
45+
"url": "https://github.com/elide-dev/elide",
46+
"stars": 244
47+
},
48+
{
49+
"url": "https://github.com/oramasearch/oramacore",
50+
"stars": 193
51+
},
52+
{
53+
"url": "https://github.com/oxc-project/oxc-node",
54+
"stars": 151
55+
},
56+
{
57+
"url": "https://github.com/DonIsaac/oxbuild",
58+
"stars": 99
59+
},
60+
{
61+
"url": "https://github.com/oxc-project/bench-javascript-parser-written-in-rust",
62+
"stars": 91
63+
},
64+
{
65+
"url": "https://github.com/bitcoinresearchkit/brk",
66+
"stars": 77
67+
},
68+
{
69+
"url": "https://github.com/lukewilson2002/oxc",
70+
"stars": 43
71+
},
72+
{
73+
"url": "https://github.com/DonIsaac/keyhunter",
74+
"stars": 35
75+
},
76+
{
77+
"url": "https://github.com/kermanx/js_to_oxc",
78+
"stars": 34
79+
},
80+
{
81+
"url": "https://github.com/bitkey-oss/oxjest",
82+
"stars": 23
83+
}
84+
]
85+
}
86+
}

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
},
1616
"devDependencies": {
1717
"@voidzero-dev/vite-plus": "latest",
18+
"dprint": "^0.50.1",
1819
"oxlint-tsgolint": "^0.2.0",
19-
"vitest": "^3.2.4",
20-
"dprint": "^0.50.1"
20+
"top-github-dependents-by-stars": "^0.0.2",
21+
"vitest": "^3.2.4"
2122
}
2223
}

0 commit comments

Comments
 (0)