This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

npmlink

0.1.0 • Public • Published

#npmlink

Achieve global node modules by installing dependencies as symlinks

##Installation

npm install -g npmlink

##Usage

Make sure you have your package.json file set up and run the following command in your project folder:

npmlink

npmlink will search your package.json for dependencies and devDependencies and install them as symlinks using:

npm link <module name>

To remove the linked modules (which is just removing the node_modules directory), use:

npmlink unlink

Note: This module only creates symlinks. You must install the modules globally beforehand

##Fun Fact

You can type the commands npmlink and npmlink uninstall with only your right hand on home row

Package Sidebar

Install

npm i npmlink

Weekly Downloads

259

Version

0.1.0

License

none

Last publish

Collaborators

  • kevinselwyn