git-insights 0.0.1

A CLI tool to generate Git repo stats and insights.
git-insights-0.0.1 is not a library.
Visit the last successful build: git-insights-0.0.4

git-insights

A cli tool to generate Git repo stats and insights.

Features

  • Commit count
  • Contributor stats
  • Heatmaps/Hotspots
  • Per user stats
  • File-owner estimations
  • Export to CSV/JSON
  • ...

Installation

Installing from crates.io

cargo install git-insights

Installing via cargo + git

cargo install --git https://github.com/Magnus167/git-insights.git

Building from source

git clone https://github.com/Magnus167/git-insights.git
cd git-insights
cargo install --path .

Usage

For now, there are no arguments or options. Just run:

git-insights

Future versions will have more options and features, and a help command.

License

MIT License. See LICENSE file for details.