UNPKG

@trapi/swagger

Version:

Generate Swagger files from a decorator APIs.

35 lines (21 loc) 1.06 kB
# @trapi/swagger ⛱ [![main](https://github.com/Tada5hi/trapi/actions/workflows/main.yml/badge.svg)](https://github.com/Tada5hi/trapi/actions/workflows/main.yml) [![codecov](https://codecov.io/gh/Tada5hi/trapi/branch/main/graph/badge.svg?token=ZUJ8F5TTSX)](https://codecov.io/gh/Tada5hi/trapi) [![Known Vulnerabilities](https://snyk.io/test/github/Tada5hi/trapi/badge.svg)](https://snyk.io/test/github/Tada5hi/trapi) [![npm version](https://badge.fury.io/js/@trapi%2Fswagger.svg)](https://badge.fury.io/js/@trapi%2Fswagger) This is a tool to generate swagger documentation in `json` or `yml` format with a given metadata definition file. Please read the `CHANGELOG.md` in the repository for breaking changes. **Table of Contents** - [Installation](#installation) - [License](#license) ## Installation ```bash npm install --save @trapi/swagger ``` --- **Important NOTE** The `Readme.md` is under construction at the moment. So please stay patient, till it is available ⭐. --- ## License Made with 💚 Published under [MIT License](./LICENSE).