0.0.6 • Published 9 years ago

wdep v0.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

wdep

Renders a table with the names and descriptions of an npm package's dependencies.

example table of dependencies from wdep

Installation:

npm install -g wdep

Usage:

Run anywhere within a project's folder tree, and wdep will find the package.json.

// specify a package
wdep [package] [options]

// current project
wdep [options]

Options:
  -d, --dev      Get only dev dependencies
  -p, --prod     Get only regular dependencies
  -h, --help     Show help                                             [boolean]
  -v, --version  Display version information                           [boolean]
0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago