Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T10:55:59.000Z (almost 7 years ago)
- Last Synced: 2024-12-29T13:52:51.867Z (27 days 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
[![Build Status](https://travis-ci.org/yangwenmai/gpt.svg?branch=master)](https://travis-ci.org/yangwenmai/gpt) [![Go Report Card](https://goreportcard.com/badge/github.com/yangwenmai/gpt)](https://goreportcard.com/report/github.com/yangwenmai/gpt) [![Documentation](https://godoc.org/github.com/yangwenmai/gpt?status.svg)](http://godoc.org/github.com/yangwenmai/gpt) [![Coverage Status](https://coveralls.io/repos/github/yangwenmai/gpt/badge.svg?branch=master)](https://coveralls.io/github/yangwenmai/gpt?branch=master) [![GitHub issues](https://img.shields.io/github/issues/yangwenmai/gpt.svg?label=Issue)](https://github.com/yangwenmai/gpt/issues) [![license](https://img.shields.io/github/license/yangwenmai/gpt.svg)](https://github.com/yangwenmai/gpt/blob/master/LICENSE) [![Release](https://img.shields.io/github/release/yangwenmai/gpt.svg?label=Release)](https://github.com/yangwenmai/gpt/releases) [![star this repo](http://githubbadges.com/star.svg?user=yangwenmai&repo=gpt)](http://github.com/yangwenmai/gpt) [![fork this repo](http://githubbadges.com/fork.svg?user=yangwenmai&repo=gpt)](http://github.com/yangwenmai/gpt/fork)[简体中文](https://github.com/yangwenmai/gpt/blob/master/README_ZH.md)
## Stargazers over time
[![Stargazers over time](https://starcharts.herokuapp.com/yangwenmai/gpt.svg)](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)