This module shows information about the Git organization on the header, such as avatar, number of followers, number of repositories and total number of stars.
Become a backer or sponsor to support our work.
Module | github.com/hbstack/header/modules/git-org |
---|---|
Repository | ⭐ Please consider giving a star if your like it. |
Stars | |
Version | |
Used by | |
Requirements | |
License | |
Usage | See how to use modules. |
params.toml
1[hb]
2 [hb.header]
3 [hb.header.git_org]
4 name = 'hbstack'
5 service = 'github'
params.yaml
1hb:
2 header:
3 git_org:
4 name: hbstack
5 service: github
params.json
1{
2 "hb": {
3 "header": {
4 "git_org": {
5 "name": "hbstack",
6 "service": "github"
7 }
8 }
9 }
10}
service
The Git service, github
is supported.
name
The organization name.
You may need to set the GITHUB_TOKEN
environment var to get rid of encountering API rate limit issue.