danmakenoise / link-status

A simple CLI to display all of the Node modules you have currently linked through `npm link`.
7 stars 2 forks source link

link-status Build Status

A simple command line tool to display linked modules in the current directory. Supports private registries.

Installation

npm install -g link-status

Usage

link-status [options]

Options

  -h, --help         Show help message
  -v, --version      Show version number
  -s, --source       Show link source
  -p, --prettify     Prettify the output

Output

// link-status

webpack
miclint
// link-status -s

webpack
  ╚═══ ../../../../../.nvm/versions/node/v6.9.1/lib/node_modules/webpack
miclint
  ╚═══ ../../../../.nvm/versions/node/v6.9.1/lib/node_modules/miclint