https://github.com/omergulcicek/gitstats
:bar_chart: GitHub projelerine yapılan katkıları tablo olarak gösterir.
https://github.com/omergulcicek/gitstats
contributors github-rest-v3 github-statistics rest-api
Last synced: 7 months ago
JSON representation
:bar_chart: GitHub projelerine yapılan katkıları tablo olarak gösterir.
- Host: GitHub
- URL: https://github.com/omergulcicek/gitstats
- Owner: omergulcicek
- Created: 2017-11-17T12:41:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T20:02:13.000Z (over 7 years ago)
- Last Synced: 2025-01-24T08:31:07.457Z (9 months ago)
- Topics: contributors, github-rest-v3, github-statistics, rest-api
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Proje Katkı İstatistikleri (Git Stats)
GitHub projelerine yapılan katkıları tablo olarak gösterir.
The contributions made to GitHub projects are shown as a table.
Kullanımı (Use of)
GitStats JavaScript kodlarının en başında yer alan var repo değişkenine istediğiniz projenin kullanıcıAdı/repositorieAdını yazmak yeterlidir.
Örnek olarak Turkuaz Css projesini kullanılmıştır. (var repo = "omergulcicek/turkuazcss";)
It is enough to write the username/repositorieName of the project you want to change to the var repo variable at the top of GitStats's JavaScript code.
As an example Turkuaz Css project is used. (var repo = "omergulcicek/turkuazcss";)
Ardından GitStats JavaScript kodlarını çalıştıralım.
Then let's run the GitStats JavaScript code.
Aşağıdaki gibi isim / toplam katkı / yüzdelik katkı şeklinde tablo çıktısı verecektir.
The table output will give the name / total commit / percentage contribution as follows.