1.2.0 • Published 7 years ago

link-status v1.2.0

Weekly downloads
65
License
MIT
Repository
github
Last release
7 years ago

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
1.2.0

7 years ago

1.2.0-1

7 years ago

1.2.0-0

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago