npm-profile-downloads-cli

get downloads stats for target npm profile with cli

Usage no npm install needed!

<script type="module">
  import npmProfileDownloadsCli from 'https://cdn.skypack.dev/npm-profile-downloads-cli';
</script>

README

npm-profile-downloads-cli

NPM version Build Status Dependency Status

get downloads stats for target npm profile with cli

Install

npm install --global npm-profile-downloads-cli

Usage

$ npm-profile-downloads --help

  get downloads stats for target npm profile

  Usage
    $ npm-profile-downloads <day|week|month> <username>

  Examples
    $ npm-profile-downloads month sindresorhus
    323196379
    $ npm-profile-downloads month tjholowaychuk
    148049092

Related

License

MIT © Vladimir Starkov