DUSTOFF – Clean JS build artifacts
Reclaim disk space from JS and TS build artifacts
#Open Source
#Storage
#Developer Tools
#GitHub
DUSTOFF – Clean JS build artifacts – Reclaim disk space by removing JS and TS build artifacts
Summary: DUSTOFF is a CLI tool that scans your filesystem to find and remove JavaScript and TypeScript build artifacts like node_modules, dist, .next, and .cache. It enables interactive browsing, sorting, filtering, and safe deletion of these artifacts to free up disk space.
What it does
DUSTOFF scans projects for common JS and TS build artifact folders and provides an interactive interface to browse and delete them. It automates cleanup across multiple repositories.
Who it's for
Developers managing multiple JavaScript and TypeScript projects who need to reclaim disk space from accumulated build artifacts.
Why it matters
It reduces manual effort and disk usage by efficiently identifying and removing redundant build artifact folders.