Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gillstrom/dpn-cli

Get the dependents of a users npm modules
https://github.com/gillstrom/dpn-cli

Last synced: about 1 month ago
JSON representation

Get the dependents of a users npm modules

Awesome Lists containing this project

README

        

# dpn-cli [![Build Status](https://travis-ci.org/gillstrom/dpn-cli.svg?branch=master)](https://travis-ci.org/gillstrom/dpn-cli)

> Get the dependents of a users npm modules

## Install

```
$ npm install --global dpn-cli
```

## Usage

```
$ dpn --help

Usage
$ dpn [username]

Options
-j, --json Output the result as JSON
-r, --reverse Reverse the result
-v, --verbose Show the name of the dependents
```

## Related

* [dpn](https://github.com/gillstrom/dpn) - API for this module

## License

MIT © [Andreas Gillström](https://github.com/gillstrom)