Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T00:29:36.000Z (18 days ago)
- Last Synced: 2024-10-21T23:19:48.931Z (17 days ago)
- Topics: author-statistics, git, git-statistics, rust, tauri-app
- Language: TypeScript
- Homepage:
- Size: 2.12 MB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git Statistic
[![build](https://github.com/printfn/fend/workflows/build/badge.svg)](https://github.com/lsk569937453/git-statistic/actions/workflows/release.yml)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](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.
[![YouTube Video](https://img.youtube.com/vi/8CjY8o7UrnI/0.jpg)](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.