Npm-me

npm-me

Get a list of download counts over the last month for a particular user's packages.

Installing it: npm install npm-me or npm install -g npm-me

CLI usage:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
nmotw> npm-me hemanth

NAME                 COUNT
has-properties          10
color-type              11
yoda-said               12
systemize               12
inpm                    13
cani                    13
randhex                 14
gulp-prune-html         14
gignore                 15
all-builtins            15
gandhi-said             15
an-async                16
npm-repo                16
ip2dword                16
generator-webrtc        17
gulp-html2txt           17
ndocs                   17
get-pdf-urls            18
gulp-html2md            19
is-deprecated           19
humem                   19
climagic                20
gntr                    21
broccoli-md             22
broccoli-xml2json       22
lie-fs                  26
gulp-js2coffee          26
octodex                 29
generator-atom          30
broccoli-es6-arrow      31
bjs                     33
xkcd-imgs               35
prepend-file            37
gulp-html2jade          39
grunt-html2jade         42
gulp-hogan              43
is-keyword              50
inline-elements         54
edich                   61
gulp-jstransform       104
is-builtin             114
is-m4a                 145
is-mp3                 146
is-ogg                 148
is-wav                 148
is-flac                150
audio-type             157
gulp-removelogs        223
gulp-cleanhtml         448
rsj                    574
generator-node         606
enable               1,193
void-elements      142,794

Total  147,889

API:

1
2
3
4
5
var npmme = require('npm-me');

npmme('hemanth', function(err, packages){
  // packages => [{name: '', count:0},...]
});

GIF FTW!

Thanks to Hugh Kennedy for this cheeky util!

Suggest a module

Comments