You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Why DeadCode?** Dead code silently bloats your bundle, slows your CI, and confuses new developers. Linters catch unused variables — but they miss orphaned React components, CSS classes nobody references, API routes with zero traffic, and exported functions called from nowhere. DeadCode finds all of it. It maps your entire dependency graph, marks what's reachable, and flags everything else for removal. Run it in CI to prevent dead code from shipping in the first place.
19
-
20
-
## Quick Start
16
+
## Installation
21
17
22
18
```bash
23
19
pip install deadcode
@@ -114,7 +110,7 @@ DeadCode is one of 11 tools in the DevForge suite. One license covers all CLI to
114
110
| Feature | Free | Individual | Suite | Team | Enterprise |
0 commit comments