Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)