Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/savory/danet-swagger
Generate swagger/openapi spec for Danet projects
https://github.com/savory/danet-swagger
danet deno openapi swagger typescript
Last synced: about 9 hours ago
JSON representation
Generate swagger/openapi spec for Danet projects
- Host: GitHub
- URL: https://github.com/savory/danet-swagger
- Owner: Savory
- License: mit
- Created: 2022-11-24T15:25:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T14:43:11.000Z (5 days ago)
- Last Synced: 2024-11-18T15:15:57.864Z (1 day ago)
- Topics: danet, deno, openapi, swagger, typescript
- Language: TypeScript
- Homepage: https://savory.github.io/Danet/openapi/introduction/
- Size: 126 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![CI](https://github.com/Sorikairox/Danet/actions/workflows/run-tests.yml/badge.svg)](https://github.com/Sorikairox/Danet/actions/workflows/run-tests.yml)
[![codecov](https://codecov.io/gh/Savory/Danet/branch/main/graph/badge.svg?token=R6WXVC669Z)](https://codecov.io/gh/Savory/Danet)
![Made for Deno](https://img.shields.io/badge/made%20for-Deno-6B82F6?style=flat-square)## Description
[OpenAPI (Swagger)](https://www.openapis.org/) module for
[Danet](https://github.com/Savory/Danet).## Quick Start
```bash
deno install --global -A -n danet jsr:@danet/cli
danet new
```
[Overview & Tutorial](https://savory.github.io/Danet/openapi/introduction/)## License
Danet is [MIT licensed](LICENSE).