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