What is the best way to discover npm packages?<p>All of the ways I've found seem very manual and imprecise. Any recommendations or improvements? Here is what I try:<p>Process:
- Google "npm for feature" check search suggest and results
- Check https://snyk.io/advisor/ for similar results and quality score of packages
- google search "package vs ..." and see what comes up
- Check packages used in open source projects<p>Other suggestions?
I just use GitHub search and filter by TypeScript (or JavaScript if I’m feeling really desperate).<p>Of course this will miss the rare npm package not published on GitHub. You can also check <a href="https://libraries.io" rel="nofollow">https://libraries.io</a>