node-modules-linker
v1.0.1
Published
Creates a symbolic link to the node_modules of a parent dir.
Maintainers
Readme
node-modules-linker
Simple cli tool to create a symbolic link in the current working directory that points to the nearest parent node_modules folder.
Installation
Install globally:
$ npm i -g node-modules-linkerUsage
Move to the desired directory and execute the nml command:
$ cd ./path/to/child
$ nmlResult
[NML]: Linked C:/parent/path/to/child/node_modules to parent C:/parent/node_modules.