Total packages published by a npm user!
$ npm install --save packages-by
const pkgby = require('packages-by');
pkgby('rishi').then(res => {
console.log(res);
// { count: '78' }
});
packages-by-cli
:
Command line tool to find total packages published by a npm user
MIT © Rishi Giri