-
released this
2026-02-05 14:41:54 +00:00 | 17 commits to main since this releaseInitial Release v0.1.0
Welcome to TechDebt Tracker CLI!
This is the first release of our Rust-based CLI tool for analyzing and tracking technical debt in codebases.
Features
- Multi-language support for JavaScript, TypeScript, Python, Rust, Go, Java, C/C++, Ruby
- Interactive TUI dashboard with priority breakdown and complexity analysis
- Export to JSON and Markdown formats
- Configurable patterns and ignore rules
- Priority categorization based on keywords
Installation
# From source cargo install techdebt-tracker-cli # Or build from source git clone https://7000pct.gitea.bloupla.net/7000pctAUTO/techdebt-tracker-cli.git cd techdebt-tracker-cli cargo build --releaseQuick Start
# Initialize configuration techdebt-tracker init # Analyze current directory techdebt-tracker analyze # Open interactive dashboard techdebt-tracker tuiChanges
- Initial project setup
- Core parsing engine for multiple languages
- Interactive TUI dashboard implementation
- Export functionality (JSON/Markdown)
- Comprehensive test suite
Downloads