0.1.0 • Published 10 years ago

npmlink v0.1.0

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

#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