文件名称:express-oas-generator:用于ExpressJS应用程序的OpenAPI(Swagger)规范生成器
文件大小:566KB
文件格式:ZIP
更新时间:2024-02-24 23:52:19
mongoose swagger expressjs openapi swagger-ui
快速生成器 模块至: 自动为现有ExpressJS 4.x REST API应用程序生成OpenAPI(Swagger)规范; 根据生成的规范提供Swagger UI。 例子 : 如何使用 注意-确保在此之后还阅读“部分! 安装模块npm i express-oas-generator --save ; 将其导入初始化ExpressJS应用程序的脚本中(有关用法示例,请参见 ); const express = require ( 'express' ) ; const expressOasGenerator = require ( 'express-oas-generato
【文件预览】:
express-oas-generator-master
----.travis.yml(71B)
----index.js(13KB)
----docs()
--------index.js.html(16KB)
--------module-lib_processors.html(22KB)
--------module-index.html(25KB)
--------fonts()
--------index.html(15KB)
--------lib_utils.js.html(6KB)
--------module-lib_utils.html(11KB)
--------global.html(18KB)
--------styles()
--------lib_processors.js.html(10KB)
--------scripts()
----package.json(2KB)
----server_advanced.js(2KB)
----test()
--------specs()
--------index_tests.js(14KB)
--------_jasmine()
--------lib()
----LICENSE(11KB)
----package-lock.json(148KB)
----CONTRIBUTING.md(9KB)
----jsdoc.json(907B)
----.eslintrc.js(2KB)
----tsconfig.json(1KB)
----index.d.ts(3KB)
----examples()
--------with-jest()
--------README.md(275B)
----.gitignore(83B)
----article.md(2KB)
----lib()
--------utils.js(1KB)
--------mongoose.js(533B)
--------logger.js(322B)
--------processors.js(5KB)
--------openapi.js(781B)
--------tags.js(285B)
----CODE_OF_CONDUCT.md(900B)
----README.md(9KB)
----server_basic.js(2KB)