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

Commit

Permalink
Merge pull request #9 from vshn/badges
Browse files Browse the repository at this point in the history
Add badges to readme
  • Loading branch information
ccremer authored Jan 7, 2022
2 parents b16ffa3 + d164023 commit 186ddce
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# go-bootstrap

[![Build](https://img.shields.io/github/workflow/status/vshn/go-bootstrap/Test)][build]
![Go version](https://img.shields.io/github/go-mod/go-version/vshn/go-bootstrap)
[![Version](https://img.shields.io/github/v/release/vshn/go-bootstrap)][releases]
[![Maintainability](https://img.shields.io/codeclimate/maintainability/vshn/go-bootstrap)][codeclimate]
[![Coverage](https://img.shields.io/codeclimate/coverage/vshn/go-bootstrap)][codeclimate]
[![GitHub downloads](https://img.shields.io/github/downloads/vshn/go-bootstrap/total)][releases]

[build]: https://github.com/vshn/go-bootstrap/actions?query=workflow%3ATest
[releases]: https://github.com/vshn/go-bootstrap/releases
[codeclimate]: https://codeclimate.com/github/vshn/go-bootstrap

Template repository for common Go setups

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

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

0 comments on commit 186ddce

Please sign in to comment.