Skip to content

Commit 22889dd

Browse files
committed
docs: update badges [skip ci]
1 parent fb37ca1 commit 22889dd

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
> A lightweight and framework-independent library for template string interpolation similar to JSX elements.
44
5-
[![npm version](https://badgen.net/npm/v/string-format-jsx)](https://npm.im/string-format-jsx) [![npm downloads](https://badgen.net/npm/dm/string-format-jsx)](https://npm.im/string-format-jsx) [![codecov](https://codecov.io/gh/u3u/string-format-jsx/graph/badge.svg)](https://codecov.io/gh/u3u/string-format-jsx)
5+
[![npm version][npm-version-src]][npm-version-href]
6+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
7+
[![codecov][codecov-src]][codecov-href]
8+
[![bundle][bundle-src]][bundle-href]
9+
[![JSDocs][jsdocs-src]][jsdocs-href]
10+
[![License][license-src]][license-href]
611

712
## Install
813

@@ -168,3 +173,18 @@ Core extracted from [next-translate](https://github.com/aralroca/next-translate)
168173
## License
169174

170175
[MIT](./LICENSE) License © 2023 [u3u](https://github.com/u3u)
176+
177+
<!-- Badges -->
178+
179+
[npm-version-src]: https://img.shields.io/npm/v/string-format-jsx
180+
[npm-version-href]: https://npmjs.com/package/string-format-jsx
181+
[npm-downloads-src]: https://img.shields.io/npm/dm/string-format-jsx
182+
[npm-downloads-href]: https://npmjs.com/package/string-format-jsx
183+
[codecov-src]: https://codecov.io/gh/u3u/string-format-jsx/graph/badge.svg
184+
[codecov-href]: https://codecov.io/gh/u3u/string-format-jsx
185+
[bundle-src]: https://img.shields.io/bundlephobia/minzip/string-format-jsx?label=minzip
186+
[bundle-href]: https://bundlephobia.com/result?p=string-format-jsx
187+
[jsdocs-src]: https://paka.dev/badges/v0/cute.svg
188+
[jsdocs-href]: https://paka.dev/npm/string-format-jsx
189+
[license-src]: https://img.shields.io/github/license/u3u/string-format-jsx.svg
190+
[license-href]: ./LICENSE

0 commit comments

Comments
 (0)