0.0.3 • Published 11 years ago

npm-stash v0.0.3

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

npm-stash

Cache compiled npm packages.

Instead of caching the package tars as npm does, npm-stash caches the folder that npm installs for each dependency. This means it can be used to cache compiled versions of dependencies and greatly speed up installs.

Caveats

  • 'Works on my machine'
  • Untested
  • Probably only works on unix-y setups, if those
  • Ugly implementation
  • You have been warned!

Install

npm install -g npm-stash

Example

stash install mongodb // fetch and compile as usual from npm (the result is stored in ~/.npm-stash)
stash install mongodb // grab and install compiled result from ~/.npm-stash
0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago