KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ci-league
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Infection-Inspection
:
🦠 Protect the heart from infection as you defeat wave after wave of bacteria!
youtube-stats-parser
:
YouTube data parser
sagemcom-router-reversing
:
No description available.
Paper-Knowledge_Distillation-Adversarial_Training-NLP
:
some paper of Knowledge Distillation and Adversarial Training about NLP
tlscerts
:
mtls.dev
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ci-league
?
Download (.md)
# ci-league  Generates a league table of committers to master for a given github repo. [For a longer rant, see my post on CI](https://quii.dev/Gamifying_Continuous_Integration) ## requirements - Go 1.13 ## run `$ go run cmd/*.go` or `$ docker run -p 8000:8000 quii/ci-league` Visit `http://localhost:8000?owner={owner}&repo={repo}` It doesn't do any fancy auto-refreshing but most browsers have extensions to auto refresh a tab, we set it for every 10 minutes here. ### options via environment variables - `PORT` defines the port the server listens on (default 8000) - `GITHUB_TOKEN` to get stats for private repos you'll need a [github access token](https://github.com/settings/tokens) - `MAPPINGS` a path to a JSON file with keys of email addresses to aliases ## test `$ go test ./...`