TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

2 pointsby blaydatorover 2 years ago
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 comments

mhgnyover 2 years ago
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.
manxover 2 years ago
You could use github search and search for your library name only in package.json.