GitIntel v0.1.0
The first official release of GitIntel, a command-line tool for Git repository intelligence.
Features
- GitHub repository cloning support
- Analyze repository history and contributor activity
- Inspect file ownership by modifications, changed lines, and last touch
- Identify maintenance hotspots and contributor concentration risk
- Export results as table, JSON, or Markdown
- Analyze local repositories or remote GitHub URLs
- Includes
gitintelandgititCLI commands
Install
pip install gitintelFor a global CLI installation:
pipx install gitintel