0.1.4 • Published 9 years ago

npl v0.1.4

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

npl

Node Package Linker to reduce redundant node_module files

Installation

npm i npl -g

Use like npm

As a wrapper around npm, use npl just as you would npm.

npl i noop --save

or install and link all modules for a project

npl i

or link all of the current node_modules in a project

npl --link-all

How it works

  • call npm as usual
  • move uncached modules from node_modules/PACKAGE_NAME to ~/.npl/PACKAGE_NAME/VERSION
  • symlink listed packages in node_modules/PACKAGE_NAME to ~/.npl/PACKAGE_NAME/VERSION

License

MIT

0.1.4

9 years ago

0.1.3

9 years ago