Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit 186ddce

Browse files
authored
Merge pull request #9 from vshn/badges
Add badges to readme
2 parents b16ffa3 + d164023 commit 186ddce

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# go-bootstrap
2+
3+
[![Build](https://img.shields.io/github/workflow/status/vshn/go-bootstrap/Test)][build]
4+
![Go version](https://img.shields.io/github/go-mod/go-version/vshn/go-bootstrap)
5+
[![Version](https://img.shields.io/github/v/release/vshn/go-bootstrap)][releases]
6+
[![Maintainability](https://img.shields.io/codeclimate/maintainability/vshn/go-bootstrap)][codeclimate]
7+
[![Coverage](https://img.shields.io/codeclimate/coverage/vshn/go-bootstrap)][codeclimate]
8+
[![GitHub downloads](https://img.shields.io/github/downloads/vshn/go-bootstrap/total)][releases]
9+
10+
[build]: https://github.com/vshn/go-bootstrap/actions?query=workflow%3ATest
11+
[releases]: https://github.com/vshn/go-bootstrap/releases
12+
[codeclimate]: https://codeclimate.com/github/vshn/go-bootstrap
13+
214
Template repository for common Go setups
315

416
## Features
@@ -50,7 +62,7 @@ TIP: You can search for these tasks using `grep -n -r "TODO:" .`
5062
1. `docs/modules/pages/index.adoc`: Edit start page.
5163
1. `docs/modules/nav.adoc`: Edit navigation.
5264
1. `main.go`: Adjust variables.
53-
1. Edit this README
65+
1. Edit this README (including badges links)
5466
1. Start hacking in `example_command.go`.
5567

5668
After completing a task, you can remove the comment in the files.

0 commit comments

Comments
 (0)