Are you using npm link
command often? Have you ever lost track of which package is linked and where?
Do you want easily link or unlink some package in your project? This utility is for you.
$ npm install -g dependencyhellper
Then you will have dh
option available in your command line interface.
$ dh [command] <flags...>
Show all linked packages in your project
Link chosen packages from available ones
Unlink chosen packages from already linked ones
Flag -a --all
: Unlink all linked packages
Flag -r --replace
: Replace with original packages (npm install)
Unlink all linked packages and replace with original ones (npm install)