27 lines
488 B
Markdown
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
|
|
```
|