JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q41347F
  • License MIT

CLI tool that returns a list of an author's NPM modules ordered by number of downloads.

Package Exports

  • npm-popular

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (npm-popular) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

NPM version Dependency Status Downloads

npm-popular

Description

CLI tool that returns a list of an author's NPM modules ordered by number of downloads.

Usage

Usage:

  npm-popular [npm-author-name] -options

Description:

  CLI tool that returns a list of an author's NPM modules ordered by number of downloads.

Options:

  -t, --total          Display total module downloads (default)
  -m, --month          Display module downloads for the past month
  -n, --noColor        Suppress colorization of output
  -h, --help           Output usage information
  -V, --version        Output version number

Examples:

  $ npm-popular jdalton
  $ npm-popular substack
  $ npm-popular hughsk -m

Installing

  $ [sudo] npm install -g npm-popular

License

Released under the MIT License.