https://github.com/lsk569937453/git-statistic
Git-Statistic is a tool for git project.It could be used to get statistics of git project.
https://github.com/lsk569937453/git-statistic
author-statistics git git-statistics rust tauri-app
Last synced: 7 months ago
JSON representation
Git-Statistic is a tool for git project.It could be used to get statistics of git project.
- Host: GitHub
- URL: https://github.com/lsk569937453/git-statistic
- Owner: lsk569937453
- License: apache-2.0
- Created: 2023-12-30T03:18:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T00:29:36.000Z (about 1 year ago)
- Last Synced: 2025-04-28T17:16:48.963Z (7 months ago)
- Topics: author-statistics, git, git-statistics, rust, tauri-app
- Language: TypeScript
- Homepage:
- Size: 2.12 MB
- Stars: 28
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git Statistic
[](https://github.com/lsk569937453/git-statistic/actions/workflows/release.yml)
[](https://opensource.org/licenses/Apache-2.0)
Git-Statistic is a potential powerful tool designed for Git projects, providing comprehensive statistics and insights.
## Video Preview
### Video Demo On Yutube
Youtube Video URL is https://youtu.be/8CjY8o7UrnI.
[](https://youtu.be/8CjY8o7UrnI)
## Prerequisites
### Linux
```
sudo apt update
sudo apt install libwebkit2gtk-4.1-dev \
build-essential \
curl \
wget \
file \
libxdo-dev \
libssl-dev \
libayatana-appindicator3-dev \
librsvg2-dev
```
### Windows
Windows 10 (from version 1803 onward) and later versions of Windows
### MacOS
Install Xcode
## Technology Stack
- [Tauri](https://tauri.app/):The Rust framework for building desktop applications.
- [Tailwind](https://tailwindcss.com/): A utility-first CSS framework for rapid UI development.
- [Radix UI](https://www.radix-ui.com/): A set of foundational components, primitives, and tools for building accessible interfaces.
- [Echarts](https://echarts.apache.org/): A charting library for browser and Node.js.
- [git2-rs](https://github.com/rust-lang/git2-rs): A Rust library for working with Git.