GitCache CLI v1.2.0 Now Available: A universal Git-dependency cache that makes your builds faster, more reliable, and more secure by caching dependencies locally. Team cache and proxy features coming soon.
Works with npm installs and Git repositories. Focused on JavaScript/Node.js ecosystems.
npm install -g @grata-labs/gitcache-cli
Basic usage:
gitcache install # Use cached Git dependencies
Mirror Git repositories to ~/.gitcache/ for faster repeated access
Automatically scan lockfiles and cache Git dependencies for npm installs
Analyze, scan, and prepare Git dependencies with lockfile awareness
Share cached dependencies across your team with S3-backed GitCache proxy
Signed manifests and dependency verification for supply chain security
Advanced npm workflow optimizations and Git dependency management
GitCache CLI mirrors Git repositories to ~/.gitcache/ using git clone --mirror, creating bare repositories for fast local access. It scans your lockfiles for Git dependencies, resolves references, and pre-builds tarballs for optimized npm installs.
GitCache CLI is actively developed and available on npm. View source and contribute on GitHub →