1.0.2 • Published 8 years ago
author-stats v1.0.2
authorStats
Fetch the daily/weekly/monthly download stats for all your NPM packages/modules and print to a pretty unicode table.
Installation
# npm install author-stats -gUsage
# authorStats <npm username>Where <npm username> is the username on the NPM website. My profile is: https://www.npmjs.com/~mrvautin and username is mrvautin.
A nice command line table with the daily, weekly and monthly download numbers of all your packages will be output to your terminal.
Options
-s (sort)
The -s or --sort flag and column name will sort the table.
authorStats <npm username> -s namePossible values:
name,day,week,month,dependants
-o (order)
The -o or --order flag and direction will sort the table in the desired order.
authorStats <npm username> -o ascPossible values:
asc,desc
