mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Add link behind badges
This commit is contained in:
parent
dd6a1d7876
commit
7052143487
1 changed files with 12 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue