Skip to content

Commit

Permalink
docs(readme): update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Apr 2, 2024
1 parent b0e89dc commit e171584
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@

> Go Project Template
[![Go Reference](https://pkg.go.dev/badge/github.com/DeadNews/deadnews-template-go.svg)](https://pkg.go.dev/github.com/DeadNews/deadnews-template-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/DeadNews/deadnews-template-go)](https://goreportcard.com/report/github.com/DeadNews/deadnews-template-go)
[![GitHub Release](https://img.shields.io/github/v/release/deadnews/deadnews-template-go)](https://github.com/DeadNews/deadnews-template-go/releases/latest)
[![Main](https://github.com/DeadNews/deadnews-template-go/actions/workflows/main.yml/badge.svg)](https://github.com/DeadNews/deadnews-template-go/actions/workflows/main.yml)
[![pre-commit.ci](https://results.pre-commit.ci/badge/github/DeadNews/deadnews-template-go/main.svg)](https://results.pre-commit.ci/latest/github/DeadNews/deadnews-template-go/main)
[![codecov](https://codecov.io/gh/DeadNews/deadnews-template-go/branch/main/graph/badge.svg?token=OCZDZIYPMC)](https://codecov.io/gh/DeadNews/deadnews-template-go)
[![Docker](https://github.com/DeadNews/deadnews-template-go/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/DeadNews/deadnews-template-go/actions/workflows/docker-publish.yml)
[![image-size](https://ghcr-badge.egpl.dev/DeadNews/deadnews-template-go/size)](https://github.com/DeadNews/deadnews-template-go/pkgs/container/deadnews-template-go)
[![GitHub: Release](https://img.shields.io/github/v/release/deadnews/deadnews-template-go?logo=github&logoColor=white)](https://github.com/deadnews/deadnews-template-go/releases/latest)
[![Go: Reference](https://pkg.go.dev/badge/github.com/DeadNews/deadnews-template-go.svg)](https://pkg.go.dev/github.com/DeadNews/deadnews-template-go)
[![Go: Report Card](https://goreportcard.com/badge/github.com/DeadNews/deadnews-template-go)](https://goreportcard.com/report/github.com/DeadNews/deadnews-template-go)
[![CI: main](https://img.shields.io/github/actions/workflow/status/deadnews/deadnews-template-go/main.yml?branch=main&logo=github&logoColor=white&label=main)](https://github.com/deadnews/deadnews-template-go/actions/workflows/main.yml)
[![CI: pre-commit](https://results.pre-commit.ci/badge/github/DeadNews/deadnews-template-go/main.svg)](https://results.pre-commit.ci/latest/github/deadnews/deadnews-template-go/main)
[![Coverage](https://img.shields.io/codecov/c/github/deadnews/deadnews-template-go?token=OCZDZIYPMC&logo=codecov&logoColor=white)](https://codecov.io/gh/deadnews/deadnews-template-go)
[![Docker: ghcr](https://img.shields.io/badge/docker-ghcr-blue.svg?logo=github&logoColor=white)](https://github.com/deadnews/deadnews-template-go/pkgs/container/deadnews-template-go)
[![Docker: image-size](https://ghcr-badge.egpl.dev/deadnews/deadnews-template-go/size?color=%230e80c0)](https://github.com/deadnews/deadnews-template-go/pkgs/container/deadnews-template-go)

## Installation

Docker

```sh
docker pull ghcr.io/deadnews/deadnews-template-go:latest
```

0 comments on commit e171584

Please sign in to comment.