codelimit

Analyzes code to identify refactoring opportunities and complexity issues

brewmacoslinux
Try with needOr install directly
Source

About

Your Refactoring Alarm

Commands

codelimit

Examples

Analyze a single file for refactoring opportunities$ codelimit analyze src/main.py
Scan entire project directory for code complexity issues$ codelimit analyze src/
Generate a report with detailed refactoring recommendations$ codelimit report --output report.html src/