https://github.com/chyroc/github-contribution
list self github contribution / 开源项目贡献统计
https://github.com/chyroc/github-contribution
Last synced: 10 months ago
JSON representation
list self github contribution / 开源项目贡献统计
- Host: GitHub
- URL: https://github.com/chyroc/github-contribution
- Owner: chyroc
- License: mit
- Created: 2018-02-26T03:21:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T04:41:11.000Z (over 7 years ago)
- Last Synced: 2025-01-29T08:23:21.331Z (11 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-contribution
list self github contribution / 开源项目贡献统计
# install
```
go get -u github.com/chyroc/github-contribution
```
# use
## github contribution
```
github-contribution -t [-v]
```
## side project
```
github-contribution -t -c config.json [-v]
```
config.json:
```
{
"side_project": [
{
"name": "WechatSogou",
"introduction": "基于搜狗微信搜索的微信公众号爬虫接口",
"url": "https://github.com/Chyroc/WechatSogou"
}
]
}
```
example repo: [Chyroc/contribute](https://github.com/Chyroc/contribute)