0.2.2 • Published 8 years ago

module-users v0.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

npm

module-users

Dependency Status

See how a module is used in npm.

This is a small wrapper around module-usage that shows its findings in $EDITOR. Explore dependent modules with more context.

CLI

$ module-users <pkgname>

Scans npm registry for modules that depend on <pkgname> and downloads and opens them in $EDITOR, one after another.

Options:
  -y  Always show next module (no prompt).
      With `-y`, the only way to gracefully exit is to return non-zero
      code from the editor.

Install

npm install module-users

License

MIT