Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 620 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 620 Bytes

github-contributor

快速生成Github代码贡献者一览图,可用于README等文件。

Usage

go get github.com/kyai/github-contributor

golang/go项目为例:

$ github-contributor golang/go

The image is saved in github-avatar-cache/golang-go.jpeg

生成图片如下:

preview.jpeg

自定义配置

go get github.com/kyai/github-contributor/creator
import "github.com/kyai/github-contributor/creator"
creator.New(repo string).Set(config *Config).Create()