Description
Finds unused parts of a Clojure project so developers can reduce code that is no longer needed. It is useful during cleanup, maintenance, and dependency trimming when a project has grown over time.
Use it from the terminal inside a Clojure codebase and review its findings before deleting anything. The tool helps identify candidates, but removing code still requires tests and human judgment to avoid breaking behavior.