Back to browse
GitHub Repository

🔍 Scan for JavaScript/TypeScript build artifacts 📦 (node_modules 📁, .next ⚙️, dist 📤, .cache 🗂️, coverage 📊, .turbo 🌪️, .parcel-cache 📦, and more) cluttering your filesystem. 💾 See how much space each one is wasting, then select and delete them to reclaim disk space. 🧹

43 starsTypeScript

Dustoff – CLI to find and remove JavaScript/TS build artifacts

by max-roma·Mar 4, 2026·1 point·1 comment

AI Analysis

MidShip It

Cleans up JS build artifacts, but tree-shaking and bundlers already solve this.

Strengths
  • Solves real friction: build cache bloat in monorepos and CI workflows.
  • Single-purpose CLI with no dependencies; easy to integrate into existing pipelines.
Weaknesses
  • Modern bundlers (esbuild, Turbopack, Webpack) already have tree-shaking and pruning built in.
  • No evidence of novel approach; feels like a wrapper around existing filesystem + AST scanning.
Target Audience

JavaScript/TypeScript developers, monorepo maintainers

Similar To

Turbopack · esbuild · Webpack

Similar Projects

Developer Tools●●Solid

Rev-dep – 20x faster knip.dev alternative build in Go

20x faster knip—performance leap is real, but dependency linters are crowded and knip already solved this.

Ship ItSolve My Problem
jayu_dev
46133mo ago
Developer Tools●●Solid

Fallow – Find unused code, duplication, and complexity in TS/JS (Rust)

Sub-second dead code detection in Rust when ESLint and TypeScript already exist.

SlickSolve My Problem
bartwaardenburg
422mo ago