Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfosterelli committed Aug 30, 2021
1 parent 20e7132 commit ad4205b
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,22 @@ module that those modules import (and so on), can put your project at risk so
it is important to understand the exposure you are receiving when you add an npm
package as a dependency to your project. I've writte a bit about this [here].

This package requires a minimum of Node 6, as many ES6 features are used.

Installing
----------

```bash
npm install -g contributor-count
```

Usage
-----

To test all of the dependencies for the package in your local directory:

```bash
> contributor-count
> npx contributor-count
local package has 19 contributors with access to the project or its dependencies
>
```

To test all of the dependencies for a given package on npm:

```bash
> contributor-count express
express has 51 contributors with access to the project or its dependencies
> npx contributor-count express
express has 106 contributors with access to the project or its dependencies
>
```

Expand Down

0 comments on commit ad4205b

Please sign in to comment.