Skip to content

Commit 87c83bd

Browse files
committed
chore(README): add badges to readme
1 parent a411f81 commit 87c83bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# NestJS Rapidoc Module
22

3+
<p>
4+
<img alt="GitHub License" src="https://img.shields.io/github/license/tsabolov/nestjs-rapidoc" />
5+
<img alt="E2E workflow status" src="https://img.shields.io/github/actions/workflow/status/tsabolov/nestjs-rapidoc/e2e.yml" />
6+
<img alt="GitHub package.json version (branch)" src="https://img.shields.io/github/package-json/v/tsabolov/nestjs-rapidoc/main" />
7+
<img alt="NPM Downloads" src="https://img.shields.io/npm/dt/%40b8n%2Fnestjs-rapidoc" />
8+
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/tsabolov/nestjs-rapidoc" />
9+
</p>
10+
311
[Nest](https://github.com/nestjs/nest) module for seamless integration with [RapiDoc](https://rapidocweb.com/), designed as a drop-in replacement (almost) for the standard [OpenAPI (Swagger)](https://github.com/nestjs/swagger) module.
412

513
## Installation

0 commit comments

Comments
 (0)