Settings

Theme

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

2 points by blaydator 3 years ago · 2 comments · 1 min read


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 ?

Does such a tool exist ? If not how would you built it, wanna join forces ?

eg : I want to learn to find exemples of Prisma[0] in NodeJs.

[0] https://github.com/prisma/prisma

mhgny 3 years ago

I've tried https://grep.app/ to find some inspiration on how some libraries or frameworks are used by others.

manx 3 years ago

You could use github search and search for your library name only in package.json.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection