https://github.com/kyai/github-contributor
Quick and easy to generate preview image of Github contributors.
https://github.com/kyai/github-contributor
Last synced: 4 months ago
JSON representation
Quick and easy to generate preview image of Github contributors.
- Host: GitHub
- URL: https://github.com/kyai/github-contributor
- Owner: kyai
- License: mit
- Created: 2019-06-26T07:01:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-29T06:55:06.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T16:38:43.920Z (12 months ago)
- Language: Go
- Homepage:
- Size: 394 KB
- Stars: 0
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-contributor
快速生成Github代码贡献者一览图,可用于README等文件。
## Usage
```go
go get github.com/kyai/github-contributor
```#### 以`golang/go`项目为例:
```
$ github-contributor golang/goThe image is saved in github-avatar-cache/golang-go.jpeg
```#### 生成图片如下:

## 自定义配置
```go
go get github.com/kyai/github-contributor/creator
``````go
import "github.com/kyai/github-contributor/creator"
``````go
creator.New(repo string).Set(config *Config).Create()
```