Skip to content

Commit

Permalink
add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Feb 20, 2019
1 parent dc10a5e commit 0455a01
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions readme.md
@@ -0,0 +1,38 @@
# lockspot

and did you know there's only one company in the world that produces wooden
barrels?

## whümf

some statistics about your package-lock.json

## wetch

```shell
$ npm install -g lockspot
```

## commands

### depcount

print the number of version of each dependency in the tree

#### usage

```sh
$ lockspot depcount < package.json
```

#### options

##### --file=\<path>
the package-lock.json to operate on.
you can use `-` or leave this blank to accept input on STDIN

#### --min=\<int>
only print dependencies that have more than this number of versions.

#### --sort=\<dont|count|name>
how to sort the dependencies. `dont` is the default.

0 comments on commit 0455a01

Please sign in to comment.