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://github.com/prisma/prisma
I've tried <a href="https://grep.app/" rel="nofollow">https://grep.app/</a> to find some inspiration on how some libraries or frameworks are used by others.