1.1.0 • Published 7 years ago

npm-link-local v1.1.0

Weekly downloads
5,786
License
MIT
Repository
github
Last release
7 years ago

npm-link-local

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

Install

npm i -g npm-link-local

Usage

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

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

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

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

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

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

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

TODO

Tests

1.1.0

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago