Skip to content

A simple CLI to display all of the Node modules you have currently linked through `npm link`.

Notifications You must be signed in to change notification settings

danmakenoise/link-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple CLI to display all of the Node modules you have currently linked through `npm link`.

Resources

Stars

Watchers

Forks

Packages