1.1.0 • Published 9 years ago
npm-link-local v1.1.0
npm-link-local
like npm link, but just local (npm install and symlink to node-modules)
Install
npm i -g npm-link-localUsage
npm-link-local /first/module /second/module
//OR
npm-link-local relative/pathYou can also use --relative to make a symlink with a relative path
npm-link-local ~/Projects/test --relativeYou can also use --dev to do a full npm install in the modules you are link
npm-link-local ~/Projects/test --devYou can also use --skip to skip the npm install
npm-link-local ~/Projects/test --skipTODO
Tests