1.0.1 • Published 1 year ago

node-modules-linker v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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-linker

Usage

Move to the desired directory and execute the nml command:

$ cd ./path/to/child
$ nml

Result

[NML]: Linked C:/parent/path/to/child/node_modules to parent C:/parent/node_modules.