We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0371121 commit 4c6b539Copy full SHA for 4c6b539
README.md
@@ -2,6 +2,19 @@
2
3
NATS v2 strategy and client module for [Nest](https://github.com/nestjs/nest)
4
5
+<!-- Badges -->
6
+<p align="center">
7
+ <a href="https://github.com/nestjs-ex/nats-strategy/actions/workflows/development.yml">
8
+ <img alt="Test CI" src="https://github.com/nestjs-ex/nats-strategy/actions/workflows/development.yml/badge.svg?branch=main&event=push" />
9
+ </a>
10
+ <a href="https://www.npmjs.com/package/@nestjs-ex/nats-strategy">
11
+ <img alt="npm" src="https://img.shields.io/npm/v/@nestjs-ex/nats-strategy.svg?style=flat-square" />
12
13
14
+ <img alt="monthly downloads" src="https://img.shields.io/npm/dm/@nestjs-ex/nats-strategy.svg?style=flat-square" />
15
16
+</p>
17
+
18
## Installation
19
20
```bash
0 commit comments