Shows how many downloads you get on npm each month, across all your packages.
Go to file
AJ ONeal a39687b70d add link to blog / explainer 2019-06-26 06:59:18 +00:00
bin align the little values 2019-06-26 00:11:21 -06:00
.gitignore Initial commit 2019-06-26 03:19:03 +00:00
.prettierrc initial commit 2019-06-25 23:20:45 -06:00
LICENSE Initial commit 2019-06-26 03:19:03 +00:00
README.md add link to blog / explainer 2019-06-26 06:59:18 +00:00
index.js initial commit 2019-06-25 23:20:45 -06:00
package-lock.json initial commit 2019-06-25 23:20:45 -06:00
package.json align the little values 2019-06-26 00:11:21 -06:00
test.js initial commit 2019-06-25 23:20:45 -06:00

README.md

how-npm-am-i.js

Shows how many downloads you get on npm each month, across all of your packages.

npx how-npm-am-i <username> [--verbose]

Usage

how-npm-am-i isaacs --verbose
You've published 161 packages to npm and you get...

Package Name                             Downloads
@isaacs/example-automatic-publishing:            3
cluster-callresp:                               11
voxer-blog-demo:                                12
tako-session-token:                             13
truncating-stream:                              18
...
rimraf:                                 59,309,683
minimatch:                              63,109,081
yallist:                                66,527,785
lru-cache:                              77,627,756
glob:                                  109,654,115

1,423,623,087 downloads per month. Not bad!
You're *very* npm.

Install

npm install --global how-npm-am-i

How I built this

See https://coolaj86.com/articles/how-cool-you-are-on-npm/