https://github.com/yangwenmai/gpt
Create a new project based on how-to-add-badge-in-github-readme.
https://github.com/yangwenmai/gpt
badge generator golang how-to-add-badge-in-github-readme stargazer template
Last synced: 9 months ago
JSON representation
Create a new project based on how-to-add-badge-in-github-readme.
- Host: GitHub
- URL: https://github.com/yangwenmai/gpt
- Owner: yangwenmai
- License: mit
- Created: 2018-01-13T00:57:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T10:55:59.000Z (over 7 years ago)
- Last Synced: 2025-02-17T16:51:34.653Z (9 months ago)
- Topics: badge, generator, golang, how-to-add-badge-in-github-readme, stargazer, template
- Language: Go
- Homepage: https://github.com/yangwenmai/how-to-add-badge-in-github-readme
- Size: 308 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gpt
[](https://travis-ci.org/yangwenmai/gpt) [](https://goreportcard.com/report/github.com/yangwenmai/gpt) [](http://godoc.org/github.com/yangwenmai/gpt) [](https://coveralls.io/github/yangwenmai/gpt?branch=master) [](https://github.com/yangwenmai/gpt/issues) [](https://github.com/yangwenmai/gpt/blob/master/LICENSE) [](https://github.com/yangwenmai/gpt/releases) [](http://github.com/yangwenmai/gpt) [](http://github.com/yangwenmai/gpt/fork)
[简体中文](https://github.com/yangwenmai/gpt/blob/master/README_ZH.md)
## Stargazers over time
[](https://starcharts.herokuapp.com/yangwenmai/gpt)
## Install
```shell
go install
```
## Usage
`gpt -name=xxx -username=your-github-username`
## Other
Generate a binary go file from the files in the template folder.
```shell
go-bindata -prefix "template" template/...
```
# Reference
1. [https://github.com/yangwenmai/how-to-add-badge-in-github-readme](https://github.com/yangwenmai/how-to-add-badge-in-github-readme)
2. [https://github.com/jteeuwen/go-bindata](https://github.com/jteeuwen/go-bindata)