0.1.4 • Published 11 years ago
npl v0.1.4
npl
Node Package Linker to reduce redundant node_module files
Installation
npm i npl -gUse like npm
As a wrapper around npm, use npl just as you would npm.
npl i noop --saveor install and link all modules for a project
npl ior link all of the current node_modules in a project
npl --link-allHow it works
- call
npmas usual - move uncached modules from
node_modules/PACKAGE_NAMEto~/.npl/PACKAGE_NAME/VERSION - symlink listed packages in
node_modules/PACKAGE_NAMEto~/.npl/PACKAGE_NAME/VERSION
License
MIT