0.1.0 • Published 12 years ago
npmlink v0.1.0
#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:
npmlinknpmlink 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 unlinkNote: 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
0.1.0
12 years ago