Skip to content

Commit 5ffc4f8

Browse files
docs: badges
1 parent 669bfbd commit 5ffc4f8

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
<p align="center">
33
<img width="110" src=".github/logo.png">
44
</p>
5-
<h1 align="center">cleye</h1>
5+
<h1 align="center">
6+
cleye
7+
<br>
8+
<a href="https://npm.im/cleye"><img src="https://badgen.net/npm/v/cleye"></a> <a href="https://npm.im/cleye"><img src="https://badgen.net/npm/dm/cleye"></a>
9+
</h1>
610

711
The intuitive command-line interface (CLI) development tool.
812

@@ -15,7 +19,17 @@ The intuitive command-line interface (CLI) development tool.
1519

1620
[Try it out online](https://stackblitz.com/edit/cleye-demo?devtoolsheight=50&file=examples/greet.ts&view=editor)
1721

18-
<sub>Found this package useful? Show your support & appreciation by [sponsoring](https://github.com/sponsors/privatenumber)! ❤️</sub>
22+
<br>
23+
24+
<p align="center">
25+
<a href="https://privatenumber-sponsors.vercel.app/api/sponsor?tier=platinum">
26+
<picture>
27+
<source width="830" media="(prefers-color-scheme: dark)" srcset="https://privatenumber-sponsors.vercel.app/api/sponsor?tier=platinum&image=dark">
28+
<source width="830" media="(prefers-color-scheme: light)" srcset="https://privatenumber-sponsors.vercel.app/api/sponsor?tier=platinum&image">
29+
<img width="830" src="https://privatenumber-sponsors.vercel.app/api/sponsor?tier=platinum&image" alt="Premium sponsor banner">
30+
</picture>
31+
</a>
32+
</p>
1933

2034
## Install
2135

0 commit comments

Comments
 (0)