Last login: Sun Jul 12 20:28:06 2026 on ttys000
cat open-source/sweepy.md
sweepy
Find unused exports in JS/TS projects
Overview
sweepy is a small CLI, written in Rust, that finds unused exports in JavaScript and TypeScript projects. As a codebase grows, exported symbols that nothing imports pile up; sweepy surfaces them so they can be removed with confidence.