Skip to content

Pull fun stats from Github about your repository

Notifications You must be signed in to change notification settings

bendaniel10/git-clio

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published