Add link behind badges

This commit is contained in:
garronej 2021-12-23 13:57:23 +01:00
parent dd6a1d7876
commit 7052143487

View file

@ -5,10 +5,18 @@
<i>#{DESC}#</i>
<br>
<br>
<img src="https://github.com/garronej/#{REPO_NAME}#/workflows/ci/badge.svg?branch=main">
<img src="https://img.shields.io/bundlephobia/minzip/#{REPO_NAME}#">
<img src="https://img.shields.io/npm/dw/#{REPO_NAME}#">
<img src="https://img.shields.io/npm/l/#{REPO_NAME}#">
<a href="https://github.com/garronej/#{REPO_NAME}#/actions">
<img src="https://github.com/garronej/#{REPO_NAME}#/workflows/ci/badge.svg?branch=main">
</a>
<a href="https://bundlephobia.com/package/#{REPO_NAME}#">
<img src="https://img.shields.io/bundlephobia/minzip/#{REPO_NAME}#">
</a>
<a href="https://www.npmjs.com/package/#{REPO_NAME}#">
<img src="https://img.shields.io/npm/dw/#{REPO_NAME}#">
</a>
<a href="https://github.com/garronej/#{REPO_NAME}#/blob/main/LICENSE">
<img src="https://img.shields.io/npm/l/#{REPO_NAME}#">
</a>
</p>
<p align="center">
<a href="https://github.com/#{USER_OR_ORG}#/#{REPO_NAME}#">Home</a>