packages-by
v1.0.4
Published
Total packages published by a npm user.
Downloads
10
Maintainers
Readme
Install
$ npm install --save packages-by
Usage
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