From ca943116722b75daad6f7148c47d08cdb0b116bd Mon Sep 17 00:00:00 2001 From: sukidayou <2682523907@qq.com> Date: Fri, 17 Jan 2025 23:13:36 +0800 Subject: [PATCH] docs: add badges to README like other repos --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 19a9343..1a056d2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # casbin-java-cli +[![build](https://github.com/jcasbin/casbin-java-cli/actions/workflows/maven-ci.yml/badge.svg)](https://github.com/jcasbin/casbin-java-cli/actions/workflows/maven-ci.yml) +[![codecov](https://codecov.io/gh/jcasbin/casbin-java-cli/branch/master/graph/badge.svg?token=pKOEodQ3q9)](https://app.codecov.io/github/jcasbin/casbin-java-cli) +[![Release](https://img.shields.io/github/release/jcasbin/casbin-java-cli.svg)](https://github.com/jcasbin/casbin-java-cli/releases/latest) +[![Discord](https://img.shields.io/discord/1022748306096537660?logo=discord&label=discord&color=5865F2)](https://discord.gg/S5UjpzGZjN) + casbin-java-cli is a command-line tool based on jcasbin, enabling you to use all of jcasbin's APIs in the shell. ## Installation