Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.96 KB

README_ZH.md

File metadata and controls

39 lines (25 loc) · 1.96 KB

gpt

Build Status Go Report Card Documentation Coverage Status GitHub issues license Release

基于 https://github.com/yangwenmai/how-to-add-badge-in-github-readme 的一个用于快速创建新的项目的生成器。

自动生成一个丰富的 README 以及简单的 Go 实例代码:

Stargazers over time

Stargazers over time

安装

go install

用法

gpt -name=xxx -username=your-github-username

其他

将 template 文件夹中的文件生成二进制 go 文件。

go-bindata -prefix "template" template/...

参考资料

  1. https://github.com/yangwenmai/how-to-add-badge-in-github-readme
  2. https://github.com/jteeuwen/go-bindata