TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Find real world examples of a particular lib in GitHub

2 点作者 blaydator超过 2 年前
I have learned a lot by reading open source code. How can I find repos that uses a particular lib or framework so I can learn from real world examples ?<p>Does such a tool exist ? If not how would you built it, wanna join forces ?<p>eg : I want to learn to find exemples of Prisma[0] in NodeJs.<p>[0] https:&#x2F;&#x2F;github.com&#x2F;prisma&#x2F;prisma

2 条评论

mhgny超过 2 年前
I&#x27;ve tried <a href="https:&#x2F;&#x2F;grep.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;grep.app&#x2F;</a> to find some inspiration on how some libraries or frameworks are used by others.
manx超过 2 年前
You could use github search and search for your library name only in package.json.