typera openapi:从Typera路由生成OpenAPI规范 源码
typera-openapi-用于typera的OpenAPI生成器 typera-openapi是一种工具,该工具自动为使用进行路由的项目创建定义。 目录 入门 安装typera-openapi: npm install typera-openapi 您的路由文件必须具有一个默认导出,用于导出Typera路由器。 JSDoc注释用作其他文档: // src/my-routes.ts import { Response , Route , route , router } from 'typera-express' interface MyResult { /** The JSDoc text is used as a description for object properties */ field : number } const bodyCodec = t . ty
文件列表
typera-openapi-main.zip
(预估有个27文件)
typera-openapi-main
package.json
1KB
.github
dependabot.yml
106B
release-drafter.yml
306B
workflows
release-drafter.yml
393B
pr-labeler.yml
224B
automerge.yml
308B
tests.yml
448B
暂无评论