adigulalkari / VC-Analyzer

A command-line tool for analyzing version control activity in Git repositories. This tool provides insights into commit history, identifies bottlenecks, and detects anti-patterns in a project's version control workflow.
MIT License
17 stars 13 forks source link

Require suggestions to increase functionality #15

Open adigulalkari opened 2 weeks ago

adigulalkari commented 2 weeks ago

Currently the CLI can perform the following tasks:

Looking for suggestion for more functionality that can be added to this CLI

WheeskyJack commented 1 week ago
  1. add activity command which can give detail stats like total commits and commit history, total lines of code added removed etc for given user
  2. overview cmd which give overall stats for repository like : total contributors, total commits, avg commits per day , total branches, default branch , total tags, total device storage needed for repo , commits aggregated by days of week , commits aggregated by each hour of the day.
  3. grpah cmd which can plot simple graphs on cmd line like repository branch graph, contribuotr graph or any other stats