/git-clio

Pull fun stats from Github about your repository

Primary LanguageKotlin

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.