Orphan File Finder
Detects "orphan" source files—those with no inbound references—to surface potentially unused code.
Why This Matters
- Reduce Technical Debt: Unused files rot over time and mislead developers.
- Shrink Bundle Size: Dead code might still be bundled or deployed.
- Security: Forgotten endpoints or scripts can be attack vectors.
Quick Start
Orphan File Cleanup:
- [ ] Step 1: Scan codebase for orphans
- [ ] Step 2: Review and whitelist ent
[Description truncada. Veja o README completo no GitHub.]