Files
git-insights-cli/README.md
7000pctAUTO e00ef8009a
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Add CLI module with commands
2026-02-01 08:27:00 +00:00

27 lines
488 B
Markdown

# Git Insights CLI
A powerful CLI tool that analyzes git repositories to generate developer productivity insights, code quality metrics, and commit pattern analysis.
## Features
- Commit Pattern Analysis
- Code Churn Tracking
- Productivity Metrics Dashboard
- Risky Commit Detection
- Team Velocity Reports
- Export to Multiple Formats
## Installation
```bash
pip install -e .
```
## Usage
```bash
git-insights analyze
git-insights dashboard
git-insights export --format json
```