When you have multiple similar projects, with alot of similar packages,
usual coming from a same boilerplate
or yeoman generator
.
Depending of package.json the installation of all packages could take while, installing many packages already installed before on the local machine with same version.
NPM
and Bower
already have the function link
, that does exactly that.
The problem is... it are not designed for multiple packages or full cover.
Create a CLI node module that create npm link from all modules on a package.json
.
And also install the non-linked dependencies and link the others.
It could save time and space.
Especially for heavy packages.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too