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.
- Host: GitHub
- URL: https://github.com/codedotjs/packages-by
- Owner: CodeDotJS
- License: mit
- Created: 2016-04-16T01:17:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T20:15:48.000Z (over 7 years ago)
- Last Synced: 2025-08-09T12:53:49.854Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)