Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Danet Logo

[![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).