Skip to content

Commit 971e664

Browse files
authored
feat: Update README badges (#287)
1 parent 0a34f70 commit 971e664

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Casbin.js
22

3-
[![NPM version](https://img.shields.io/npm/v/casbin.js)](https://www.npmjs.com/package/casbin.js)
4-
[![Continuous integration](https://github.com/casbin/casbin.js/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/casbin/casbin.js/actions/workflows/ci.yml)
5-
[![codebeat badge](https://codebeat.co/badges/74b3febb-292f-4633-81df-3a76ea445cd8)](https://codebeat.co/projects/github-com-casbin-casbin-js-master)
6-
![Code size](https://img.shields.io/github/languages/code-size/casbin/casbin.js)
3+
[![GitHub Actions](https://github.com/casbin/casbin.js/workflows/build/badge.svg)](https://github.com/casbin/casbin.js/actions)
4+
[![Release](https://img.shields.io/github/release/casbin/casbin.js.svg)](https://github.com/casbin/casbin.js/releases/latest)
5+
[![NPM version][npm-image]][npm-url]
6+
[![NPM download][download-image]][download-url]
7+
[![install size](https://packagephobia.now.sh/badge?p=casbin.js)](https://packagephobia.now.sh/result?p=casbin.js)
8+
[![Discord](https://img.shields.io/discord/1022748306096537660?logo=discord&label=discord&color=5865F2)](https://discord.gg/S5UjpzGZjN)
9+
10+
[npm-image]: https://img.shields.io/npm/v/casbin.js.svg?style=flat-square
11+
[npm-url]: https://npmjs.org/package/casbin.js
12+
[download-image]: https://img.shields.io/npm/dm/casbin.js.svg?style=flat-square
13+
[download-url]: https://npmjs.org/package/casbin.js
714

815
Casbin.js is a frontend port of a backend Casbin service, which facilitates the manipulation, management and storage of the user permission in a frontend application.
916

0 commit comments

Comments
 (0)