🐶 Snooping around Node.js code dependencies
A cli to get at a glance what are the fundations of other Node.js code.
Gives in a list the url and description for the dependencies. Also it's possible to use it for your own code, e.g. to quick remember which dependency used in a project.
$ npm install snoopm -g
Usage: snoopm [options] [package dir or url repository]
ProTip: On OS X Terminal Command Key + double_click must open the link on default browser
Options:
-h, --help output usage information
-V, --version output the version number, shows if there is newer version
-v, --verbose prints name, url and version (shows if there is newer version)
-c, --color no colors for output
-d, --dev snooping devDependencies
-l, --lines outputs lines instead table
- Snooping the great nodemon dependencies by repo URL
$ snoopm https://github.com/remy/nodemon
sNooPM logo made by @psikoz