npm link
all
Symlink a local package into the global `node_modules` or another project for development.
More info →Options (2)
booleanSymlink the current package globally
Example:
npm {{[ln|link]}}booleanUnlink a package from the current project
Example:
npm {{[r|unlink]}} {{package_name}}made by @shridhargupta | data from tldr-pages