Skip to main content

Built and signed on GitHub Actions

Danet's module to generate your OpenAPI/Swagger documentation from your code

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
2 weeks ago (2.1.5)

Danet Logo

CI codecov Made for Deno

Description

OpenAPI (Swagger) module for Danet.

Quick Start

   deno install --global -A -n danet jsr:@danet/cli
   danet new <my-project>

Overview & Tutorial

License

Danet is MIT licensed.

Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@danet/swagger

Import symbol

import * as mod from "@danet/swagger";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@danet/swagger";

Add Package

npx jsr add @danet/swagger

Import symbol

import * as mod from "@danet/swagger";

Add Package

yarn dlx jsr add @danet/swagger

Import symbol

import * as mod from "@danet/swagger";

Add Package

pnpm dlx jsr add @danet/swagger

Import symbol

import * as mod from "@danet/swagger";

Add Package

bunx jsr add @danet/swagger

Import symbol

import * as mod from "@danet/swagger";