v1.0.0
- CLI
npx npmtotal author - Module
const npmtotal = require('npmtotal')
(async () => {
console.log(await npmtotal("maddhruv"));
})();npx npmtotal authorconst npmtotal = require('npmtotal')
(async () => {
console.log(await npmtotal("maddhruv"));
})();