-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c7a96f
commit a5ff8d6
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# NestJS Zod OpenAPI | ||
|
||
> NestJS helper to easily use Zod with OpenAPI | ||
[![npm-image]][npm-url] [![license-image]][license-url] [![typescript-image]][typescript-url] | ||
|
||
--- | ||
|
||
<div align="center"> | ||
<sub>Built with ❤︎ by <a href="https://twitter.com/wahyubucil">Wahyu "The GOAT" Bucil</a> | ||
</div> | ||
|
||
[npm-image]: https://img.shields.io/npm/v/@wahyubucil/nestjs-zod-openapi.svg?style=for-the-badge&logo=npm | ||
[npm-url]: https://npmjs.org/package/@wahyubucil/nestjs-zod-openapi 'npm' | ||
[license-image]: https://img.shields.io/npm/l/@wahyubucil/nestjs-zod-openapi?color=blueviolet&style=for-the-badge | ||
[license-url]: LICENSE.md 'license' | ||
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript | ||
[typescript-url]: "typescript" |