文件名称:effector-preset
文件大小:121KB
文件格式:ZIP
更新时间:2024-05-27 08:42:17
swagger openapi effector JavaScript
效应器-openapi-预设 用法 安装openapi和预设 yarn add -D openapi@^1.0.0 effector-openapi-preset 创建配置 // openapi.config.js module . exports = { file : 'path to local or remote swagger v2 or v3 spec' , outputDir : 'relative path to generated api directory' , presets : [ 'effector-openapi-preset' ] , } ; 选项 // openapi.config.js module . exports = { file : 'path to local or remote swagger v2 or v3 spec' ,
【文件预览】:
effector-preset-main
----snapshot-resolver.js(311B)
----.eslintrc(423B)
----yarn.lock(223KB)
----src()
--------interfaces.test.js(6KB)
--------comments.js(487B)
--------path-literal.test.js(877B)
--------path-literal.js(666B)
--------index.test.js(8KB)
--------template.js(283B)
--------status.js(10KB)
--------template.test.js(440B)
--------contracts.test.js(8KB)
--------index.js(11KB)
--------contracts.js(3KB)
--------interfaces.js(3KB)
----example()
--------.eslintrc(116B)
--------api()
--------.openapi.config.js(396B)
----tsconfig.json(6KB)
----LICENSE(1KB)
----jest.config.js(6KB)
----.prettierrc(152B)
----README.md(1KB)
----.lintstagedrc(171B)
----.huskyrc(53B)
----tests()
--------index.test.js(1KB)
--------fixtures()
--------poc.ts(3KB)
--------index.snap.js(6KB)
----.gitignore(3KB)
----index.js(3KB)
----package.json(2KB)