getdepot
v0.3.0
Published
Reclaim developer disk space and share one global package store across all your Node & Python projects. Installs the `depot` CLI.
Maintainers
Readme
getdepot
Installs the depot CLI — a developer disk-space reclaimer and a shared
pnpm + uv global package store.
npm install -g getdepot
depot --helpnpm is only the installer (think of it like using one browser to download
another). Once installed, you use depot:
depot scan # find & clean node_modules / venvs / caches / ML models
depot run dev # run a project, assembling deps from the shared store
depot hub add react # add a dependency via the shared storeSafety: Depot excludes Windows application-install and AppData directories from recursive scans, so runtime dependencies belonging to apps such as VS Code and Antigravity are never offered for cleanup. Its known package-manager caches are still scanned explicitly.
Full docs & source: https://github.com/Strgazr-07/Depot
Needs Node ≥ 16 to install.
depot run/hubuse pnpm (Node) and uv (Python) under the hood;depot hub initwill set pnpm up for you.
MIT © Shrijesh SP
