check-stats-modules

check-stats-modules(csm) is is a CLI application that obtains the specified npm module's stats. After specifying the module name and period, the number of downloads during that period is acquired and displayed on the terminal.

MIT License

Downloads
68
Stars
3
Committers
5

Bot releases are visible (Hide)

check-stats-modules - v2.3.0 Latest Release

Published by kkeeth 3 months ago

What's Changed

Full Changelog: https://github.com/kkeeth/check-stats-modules/compare/v2.1.0...v2.3.0

check-stats-modules - v2.2.0

Published by kkeeth 3 months ago

check-stats-modules - v2.1.0

Published by kkeeth 3 months ago

check-stats-modules - v2.0.0

Published by kkeeth 12 months ago

Chore

  • Goodbye Gulp and Babel
  • changed
    • from commonjs to es module
    • from ava 🚀 to jest 🥾
check-stats-modules - v1.3.0

Published by kkeeth over 3 years ago

Chore

GoodBye moment.js 👋

check-stats-modules - v1.2.3

Published by kkeeth almost 4 years ago

Bug fix

  • issue #3 If the start and end dates are reversed, the download count is broken
  • issue #4 unit test failed

others

  • upgraded npm packages