Skip to content

Releases: swarajban/npm-cache

Bug fix to create cached directory if it doesn't exist

02 Jul 05:13
Compare
Choose a tag to compare

Fixed a bug where the tar command would fail on some systems if the cached directory did not exist.

Added command-line options + updated README

01 Jul 05:44
Compare
Choose a tag to compare

Added command-line options for npm-cache:

Examples:
  npm-cache install                                     try to install npm, bower, and composer components
  npm-cache install bower                               install only bower components
  npm-cache install bower npm                           install bower and npm components
  npm-cache install --cachedDirectory /Users/cached/    try to install npm, bower, and composer components, using /Users/cached/ as cached directory

npm-cache executable from command line

01 Jul 00:32
Compare
Choose a tag to compare

added "bin" and "preferGlobal" fields to package.json so npm-cache can be run from command line

Firs release of npm-cache

01 Jul 00:19
Compare
Choose a tag to compare

npm-cache gives you the ability to cache installs from package managers including npm, bower, and composer (for now!)