An open API service indexing awesome lists of open source software.

https://github.com/codedotjs/packages-by

:man: Total published packages by a npm user.
https://github.com/codedotjs/packages-by

Last synced: 3 months ago
JSON representation

:man: Total published packages by a npm user.

Awesome Lists containing this project

README

          


P A C K A G E S - B Y





Total packages published by a npm user!

## Install

```
$ npm install --save packages-by
```

## Usage

```js
const pkgby = require('packages-by');

pkgby('rishi').then(res => {
console.log(res);
// { count: '78' }
});
```

## Related

- __[`packages-by-cli`](https://github.com/CodeDotJS/packages-by-cli)__ `:` `Command line tool to find total packages published by a npm user`

## LICENSE

MIT © [Rishi Giri](http://rishigiri.com)