gulp-mod-linkr
gulp task to link local modules which are used via npm
Install
npm install gulp-mod-linkr
Usage
mod-linkr takes a glob of packages.json files to inspect and which to ignore. The below example inspects top level apps, and ignores any package.json files within node_modules
it also takes a list of libs which are available locally which should be 'npm link'd
gulp;