Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caarlos0/org-stats
Get the contributor stats summary from all repos of any given organization
https://github.com/caarlos0/org-stats
github-api golang stats
Last synced: 3 days ago
JSON representation
Get the contributor stats summary from all repos of any given organization
- Host: GitHub
- URL: https://github.com/caarlos0/org-stats
- Owner: caarlos0
- License: mit
- Created: 2016-08-31T13:45:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T23:48:58.000Z (about 1 month ago)
- Last Synced: 2025-01-01T05:05:55.623Z (10 days ago)
- Topics: github-api, golang, stats
- Language: Go
- Size: 408 KB
- Stars: 221
- Watchers: 7
- Forks: 31
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ccamel - caarlos0/org-stats - Get the contributor stats summary from all repos of any given organization (Go)
README
# org-stats
[![Release](https://img.shields.io/github/release/caarlos0/org-stats.svg?style=for-the-badge)](https://github.com/caarlos0/org-stats/releases/latest)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge)](/LICENSE.md)
[![Build status](https://img.shields.io/github/actions/workflow/status/caarlos0/org-stats/build.yml?style=for-the-badge)](https://github.com/caarlos0/org-stats/actions?workflow=build)
[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg?style=for-the-badge)](http://godoc.org/github.com/caarlos0/org-stats)
[![Powered By: GoReleaser](https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=for-the-badge)](https://github.com/goreleaser)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=for-the-badge)](https://conventionalcommits.org)Get the contributor stats summary from all repos of any given organization
## screenshots
## usage
Check the [docs folder](/docs/org-stats.md).
## install
### macOS
```sh
brew install caarlos0/tap/org-stats
```### linux
#### snap
```sh
snap install org-stats
```#### apt
```sh
echo 'deb [trusted=yes] https://apt.fury.io/caarlos0/ /' | sudo tee /etc/apt/sources.list.d/caarlos0.list
sudo apt update
sudo apt install org-stats
```#### yum
```sh
echo '[caarlos0]
name=caarlos0
baseurl=https://yum.fury.io/caarlos0/
enabled=1
gpgcheck=0' | sudo tee /etc/yum.repos.d/caarlos0.repo
sudo yum install org-stats
```#### arch linux
```sh
yay -S org-stats-bin
```## stargazers over time
[![Stargazers over time](https://starchart.cc/caarlos0/org-stats.svg)](https://starchart.cc/caarlos0/org-stats)