Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byndyusoft/nest-swagger
Patches for @nestjs/swagger
https://github.com/byndyusoft/nest-swagger
nestjs nodejs swagger
Last synced: 17 days ago
JSON representation
Patches for @nestjs/swagger
- Host: GitHub
- URL: https://github.com/byndyusoft/nest-swagger
- Owner: Byndyusoft
- License: apache-2.0
- Created: 2021-11-27T10:25:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T13:28:03.000Z (over 1 year ago)
- Last Synced: 2024-12-15T18:53:56.588Z (about 1 month ago)
- Topics: nestjs, nodejs, swagger
- Language: Shell
- Homepage:
- Size: 220 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nest-swagger
[![npm@latest](https://img.shields.io/npm/v/@byndyusoft/nest-swagger/latest.svg)](https://www.npmjs.com/package/@byndyusoft/nest-swagger)
[![test workflow](https://github.com/Byndyusoft/nest-swagger/actions/workflows/test.yaml/badge.svg?branch=master)](https://github.com/Byndyusoft/nest-swagger/actions/workflows/test.yaml)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)Patches for `@nestjs/swagger`
## Requirements
- Node.js v16 LTS or later
- npm or yarn## Install
```bash
npm install @byndyusoft/nest-swagger
```or
```bash
yarn add @byndyusoft/nest-swagger
```## Usage
[Overview & Tutorial](https://docs.nestjs.com/openapi/introduction)
## Maintainers
- [@Byndyusoft/owners](https://github.com/orgs/Byndyusoft/teams/owners) <>
- [@Byndyusoft/team](https://github.com/orgs/Byndyusoft/teams/team)
- [@KillWolfVlad](https://github.com/KillWolfVlad)## License
This repository is released under version 2.0 of the
[Apache License](https://www.apache.org/licenses/LICENSE-2.0).