/gitStat-go

CLI, display Git repository statistiques in Golang 🖥

Primary LanguageGoApache License 2.0Apache-2.0

GitStat

Introduction

The goal of this project is to scan your git projects and display as what you have on Github/Gitlab the frequency of your commits in your terminal. This project is based on this topic : TOPIC

How to Use

different flag function. the email flag is required

Alt Text

Install

you must have the Golang compiler to compile this project. If this is not the case you can go here to install it.

first step is to clone repository

git clone https://github.com/ClementBolin/gitStat-go
cd gitStat-go

after clone repository you can start install.sh

chmod +x install.sh
./install.sh

if install.sh failed you can follow the following instructions

Mac OS and Linux

make build
sudo cp ./bin/gitStat-go /usr/local/bin