Releases: maddhruv/npmtotal
Releases · maddhruv/npmtotal
v1.3.0
- Cherry-pick lodash methods
v1.2.0
CLI
- author and packages as CLI options
npx npmtotal --author maddhruv
startDate
and endDate
support
- output as table
Fixes
v1.0.0
- CLI
npx npmtotal author
- Module
const npmtotal = require('npmtotal')
(async () => {
console.log(await npmtotal("maddhruv"));
})();