1.3.0 • Published 6 years ago

pkg-link-local v1.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

pkg-link-local

like npm link, but just local (npm install and symlink to node-modules)

Install

npm i -g pkg-link-local

Usage

pkg-link-local /first/module /second/module
//OR
pkg-link-local relative/path

You can also use --relative to make a symlink with a relative path

pkg-link-local ~/Projects/test --relative

You can also use --dev to do a full npm install in the modules you are link

pkg-link-local ~/Projects/test --dev

You can also use --skip to skip the npm install

pkg-link-local ~/Projects/test --skip

TODO

Tests