Getting Started
Install and run git-analytics in under a minute.
Requirements
- Python 3.8 or higher
- Git installed and accessible from command line
Installation
Install via pip:
pip install git-analytics Quick Start
1. Navigate to your Git repository
cd /path/to/your/repository 2. Run git-analytics
git-analytics 3. Open in browser
The web dashboard will start on port 8000:
http://localhost:8000