Skip to content

Commit 252b866

Browse files
authored
docs(readme): update badge & package list
Former-commit-id: d03f15c
1 parent 5627f6e commit 252b866

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
<a href="https://github.com/semaphore-protocol/semaphore/actions?query=workflow%3Aproduction">
2020
<img alt="GitHub Workflow test" src="https://img.shields.io/github/actions/workflow/status/semaphore-protocol/semaphore/production.yml?branch=main&label=test&style=flat-square&logo=github">
2121
</a>
22-
<a href="https://github.com/semaphore-protocol/semaphore/actions?query=workflow%3Astyle">
23-
<img alt="GitHub Workflow style" src="https://img.shields.io/github/actions/workflow/status/semaphore-protocol/semaphore/style.yml?branch=main&label=style&style=flat-square&logo=github">
24-
</a>
2522
<a href="https://coveralls.io/github/semaphore-protocol/semaphore">
2623
<img alt="Coveralls" src="https://img.shields.io/coveralls/github/semaphore-protocol/semaphore?style=flat-square&logo=coveralls">
2724
</a>
@@ -199,6 +196,25 @@ You can find Semaphore V1 on [`version/1.0.0`](https://github.com/semaphore-prot
199196
</a>
200197
</td>
201198
</tr>
199+
<tr>
200+
<td>
201+
<a href="/packages/cli">
202+
@semaphore-protocol/cli
203+
</a>
204+
</td>
205+
<td>
206+
<!-- NPM version -->
207+
<a href="https://npmjs.org/package/@semaphore-protocol/cli">
208+
<img src="https://img.shields.io/npm/v/@semaphore-protocol/cli.svg?style=flat-square" alt="NPM version" />
209+
</a>
210+
</td>
211+
<td>
212+
<!-- Downloads -->
213+
<a href="https://npmjs.org/package/@semaphore-protocol/cli">
214+
<img src="https://img.shields.io/npm/dm/@semaphore-protocol/cli.svg?style=flat-square" alt="Downloads" />
215+
</a>
216+
</td>
217+
</tr>
202218
<tbody>
203219

204220
</table>

0 commit comments

Comments
 (0)