https://github.com/codedotjs/depg
:zzz: Command line tool to find total dependents on a repository!
https://github.com/codedotjs/depg
cli-app dependencies dependents github package repository
Last synced: 9 months ago
JSON representation
:zzz: Command line tool to find total dependents on a repository!
- Host: GitHub
- URL: https://github.com/codedotjs/depg
- Owner: CodeDotJS
- License: mit
- Created: 2018-08-02T23:22:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T23:26:20.000Z (over 7 years ago)
- Last Synced: 2025-03-20T00:41:17.604Z (9 months ago)
- Topics: cli-app, dependencies, dependents, github, package, repository
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Command line tool to find total dependents on a repository!
## Install
```
$ npm install --global depg
```
__`OR`__
```
$ sudo npm install --global depg
```
## Preview
## Usage
```
Usage: depg
Example:
$ depg facebook react
```
## Related
- __[`dep-graph`](https://github.com/CodeDotJS/dep-graph)__ `:` Packages count that a repository depends on!
## License
MIT - Copyright © [Rishi Giri](http://rishi.ml)
