Skip to content

Commit e158fd9

Browse files
chore: add readme shields (#9)
Signed-off-by: Mathew Wicks <[email protected]>
1 parent b8d8220 commit e158fd9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# deployKF - Command Line Interface (CLI)
22

3-
[![Check Commit](https://github.com/deployKF/cli/actions/workflows/check-commit.yml/badge.svg)](https://github.com/deployKF/cli/actions/workflows/check-commit.yml)
3+
<a href="https://github.com/deployKF/cli/actions/workflows/check-commit.yml">
4+
<img alt="Check Commit" src="https://github.com/deployKF/cli/actions/workflows/check-commit.yml/badge.svg">
5+
</a>
6+
<a href="https://github.com/deployKF/cli/releases">
7+
<img alt="Downloads" src="https://img.shields.io/github/downloads/deployKF/cli/total?color=28a745">
8+
</a>
9+
<a href="https://github.com/deployKF/cli/releases">
10+
<img alt="Latest Release" src="https://img.shields.io/github/v/release/deployKF/cli?color=6f42c1&label=latest%20release">
11+
</a>
412

513
This repo contains the command line interface (CLI) for [deployKF](https://github.com/deployKF/deployKF).
614

0 commit comments

Comments
 (0)