Skip to content

Commit 5c7b12b

Browse files
committed
docs: add badges
1 parent b588568 commit 5c7b12b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 🧰 Intlify CLI
22

3+
[![npm version][npm-version-src]][npm-version-href]
4+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
5+
[![CI][ci-src]][ci-href]
6+
37
CLI Tooling for i18n development
48

59
## 💿 Installation
@@ -90,3 +94,12 @@ Please make sure to read the [Issue Reporting Checklist](https://github.com/intl
9094
## ©️ License
9195

9296
[MIT](http://opensource.org/licenses/MIT)
97+
98+
<!-- Badges -->
99+
100+
[npm-version-src]: https://img.shields.io/npm/v/@intlify/cli?style=flat&colorA=18181B&colorB=FFAD33
101+
[npm-version-href]: https://npmjs.com/package/@intlify/cli
102+
[npm-downloads-src]: https://img.shields.io/npm/dm/@intlify/cli?style=flat&colorA=18181B&colorB=FFAD33
103+
[npm-downloads-href]: https://npmjs.com/package/@intlify/cli
104+
[ci-src]: https://github.com/intlify/cli/actions/workflows/ci.yaml/badge.svg
105+
[ci-href]: https://github.com/intlify/cli/actions/workflows/ci.yaml

0 commit comments

Comments
 (0)