Skip to content

Releases: maddhruv/npmtotal

v1.4.0

Choose a tag to compare

@maddhruv maddhruv released this 27 Jan 09:34
  • Sorted download stats

v1.3.0

Choose a tag to compare

@maddhruv maddhruv released this 27 Jan 09:03
  • Cherry-pick lodash methods

v1.2.0

Choose a tag to compare

@maddhruv maddhruv released this 25 Jan 12:03

CLI

  • author and packages as CLI options
    npx npmtotal --author maddhruv
  • startDate and endDate support
  • output as table

Fixes

  • options merge

v1.1.0

Choose a tag to compare

@maddhruv maddhruv released this 22 Jan 04:18
  • Add CLI Progress Bar

v1.0.0

Choose a tag to compare

@maddhruv maddhruv released this 22 Jan 04:10
  • CLI npx npmtotal author
  • Module
const npmtotal = require('npmtotal')

(async () => {
  console.log(await npmtotal("maddhruv"));
})();