diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..ae8111f --- /dev/null +++ b/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=\ +the package-lock.json to operate on. +you can use `-` or leave this blank to accept input on STDIN + +#### --min=\ +only print dependencies that have more than this number of versions. + +#### --sort=\ +how to sort the dependencies. `dont` is the default.