From 3bf35cd54f534e9eec825e6f8e1ef9366950d58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 8 Mar 2023 15:15:43 +0100 Subject: [PATCH] chore(readme): update badges --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bcc5dd..b607c73 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # unplugin -[![NPM version](https://img.shields.io/npm/v/unplugin?color=a1b858&label=)](https://www.npmjs.com/package/unplugin) +[![npm version][npm-version-src]][npm-version-href] +[![npm downloads][npm-downloads-src]][npm-downloads-href] +[![License][license-src]][license-href] Unified plugin system for build tools. @@ -254,3 +256,11 @@ export const unplugin = createUnplugin((options: UserOptions, meta) => { ## License [MIT](./LICENSE) License © 2021-PRESENT Nuxt Contrib + + +[npm-version-src]: https://img.shields.io/npm/v/unplugin?style=flat&colorA=18181B&colorB=F0DB4F +[npm-version-href]: https://npmjs.com/package/unplugin +[npm-downloads-src]: https://img.shields.io/npm/dm/unplugin?style=flat&colorA=18181B&colorB=F0DB4F +[npm-downloads-href]: https://npmjs.com/package/unplugin +[license-src]: https://img.shields.io/github/license/unjs/unplugin.svg?style=flat&colorA=18181B&colorB=F0DB4F +[license-href]: https://github.com/unjs/unplugin/blob/main/LICENSE