1.0.4 • Published 7 years ago
packages-by v1.0.4
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