Skip to content

SnOOpm: snooping around Node.js code dependencies

License

Notifications You must be signed in to change notification settings

carvilsi/snoopm

Repository files navigation

snoopm

🐶 Snooping around Node.js code dependencies

tests

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.

Alt vmware

Install

$ npm install snoopm -g

Usage

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

Examples

  • Snooping the great nodemon dependencies by repo URL

$ snoopm https://github.com/remy/nodemon

Collaborators

sNooPM logo made by @psikoz