How to find search/find npm packages

后端 未结 12 616
闹比i
闹比i 2020-12-07 08:09

What ways are there to find npm packages?

Below is community maintained listing compiled from the answers below.

NPM Specific

  • In console,
相关标签:
12条回答
  • 2020-12-07 08:47

    Here's another one: https://npmaddict.com/

    Not a search but daily list of New packages with at least 5 GitHub stars

    0 讨论(0)
  • 2020-12-07 08:48

    There's nipster too, based on npm + github rating.

    0 讨论(0)
  • 2020-12-07 08:49

    npmsearch sorts the results by a combination of relevance and downloads. The command line version can be installed from npm:

    [sudo] npm install -g npmsearch
    

    disclamer: I am the author of npmsearch


    node-modules allows you to personalize your results according to the modules that you have starred/followed on github

    0 讨论(0)
  • 2020-12-07 08:53

    I personally use npmsearch.com

    I'm not sure how it works internally but it usually gives the best results.

    0 讨论(0)
  • 2020-12-07 08:53

    https://github.com/Enome/node-package-finder (Latest commit 26ff789 on 4 May 2012, should count as dead)

    0 讨论(0)
  • 2020-12-07 08:58

    Just in case anyone comes across this question, I also created a tool to help people discover what npm packages other people are using:

    http://www.npmdiscover.com

    0 讨论(0)
提交回复
热议问题