• v0.1.0 d7fa6c9c58

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 2m37s
    Stable

    7000pctAUTO released this 2026-02-05 14:41:54 +00:00 | 17 commits to main since this release

    Initial 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 --release
    

    Quick Start

    # Initialize configuration
    techdebt-tracker init
    
    # Analyze current directory
    techdebt-tracker analyze
    
    # Open interactive dashboard
    techdebt-tracker tui
    

    Changes

    • Initial project setup
    • Core parsing engine for multiple languages
    • Interactive TUI dashboard implementation
    • Export functionality (JSON/Markdown)
    • Comprehensive test suite
    Downloads