• v1.0.0 2bb620b56f

    v1.0.0
    Some checks failed
    CI / test (push) Failing after 16s
    CI / build (push) Has been skipped
    CI / release (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-01-30 20:35:48 +00:00 | 129 commits to main since this release

    Initial Release

    This is the first release of git-insights-cli, a CLI tool that analyzes git repositories to generate developer productivity insights.

    Features

    • Commit Pattern Analysis
    • Code Churn Tracking
    • Productivity Metrics Dashboard
    • Risky Commit Detection
    • Team Velocity Reports
    • Export to JSON, HTML, and Markdown formats

    Installation

    pip install git-insights-cli
    

    Quick Start

    git-insights analyze
    git-insights dashboard
    git-insights export --format json
    
    Downloads