bendaniel10 / git-clio

Pull fun stats from Github about your repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-clio

Pull fun stats from Github about your repository

How to run (Using Docker)

On the root project folder

  1. Build the local project:
docker build --no-cache .
  1. Launch the project
docker-compose -f docker-compose.yml up -d

You can view the logs using docker-compose logs

  1. Finally (when done) shutdown the project
docker-compose -f docker-compose.yml stop

Project Endpoints:

Long analysis time

The issues/prs are processed in batches of a max of 100 (Github max items per page). Each item in processed concurrently. There could be possible ways to make the process faster but this improvement will come in a future update.

About

Pull fun stats from Github about your repository


Languages

Language:Kotlin 76.5%Language:FreeMarker 23.3%Language:Dockerfile 0.2%