1.3.0 • Published 7 years ago

dependencaches v1.3.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

dependencaches -- Dependencies Caches for npm

Why this project

This project have the same goal of npm-cache. npm-cache is a great tool, but it need keep the compatibility with the old versions which become a burden for introducing new features, and the author do not have enough time to maintain and merge new PRs, so I just write new one from the ground.

Install

npm install -g dependencaches

Usage

dependencaches install  # try to install
dependencaches --cacheDirectory=/home/cache install  # install using /home/cache as cache directory

Limitations

  • Not support Win32
  • Currently only support npm, no bower/jspm/composer...
  • Currently only implement symlink
  • No compression

TODO

  • Recheck symlink for native (node-gyp) packages
  • Implement copy (rsync)
  • Add more commands: hash, save, restore, etc.
1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

1.0.0-emc2

8 years ago

1.0.0-dog

8 years ago

1.0.0-cool

8 years ago

1.0.0-beta

8 years ago