npm-downloads-count

0.0.2 • Public • Published

npm-downloads-count

A simple command line tool to check number of downloads of your npm package

Install

npm i --global npm-downloads-count

Usage

npmcount -h

output

Usage: npmcount [options] [command]

  Options:


    -h, --help                  output usage information

  Commands:

    package|p [options] <file>  Search file(s) and list them

To see counts commands

npmcount p -h

output

Usage: package|p [options] <file>

  List number of downloads of your package

  Options:


    -d, --lastDay      get last day counts
    -w, --lastWeek     get last week counts
    -m, --lastMonth    get last month counts
    -D, --date <date>  get counts for specific date, <date> format = YYYY-MM-DD
    -h, --help         output usage information

Last day downloads

  • npmcount p <packageName> -d

Last week downloads

  • npmcount p <packageName> -w

Last month downloads

  • npmcount p <packageName> -m

Particular date downloads

  • npmcount p <packageName> -D <date>

/npm-downloads-count/

    Package Sidebar

    Install

    npm i npm-downloads-count

    Weekly Downloads

    10

    Version

    0.0.2

    License

    ISC

    Unpacked Size

    7.08 kB

    Total Files

    7

    Last publish

    Collaborators

    • knrt10