@36node/koa-openapi 中文文档教程
@36node/koa-openapi
Install
yarn add @36node/koa-openapi
Usage
import openapi from "@36node/koa-openapi";
app.use(
openapi({
url: `${BASE}/openapi.yml`,
file: path.join(__dirname, "../openapi.yml"),
})
);
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Author
在贡献者 (list) 的帮助下由 36node 创作和维护。
github.com/zzswang · GitHub @36node
@36node/koa-openapi
Install
yarn add @36node/koa-openapi
Usage
import openapi from "@36node/koa-openapi";
app.use(
openapi({
url: `${BASE}/openapi.yml`,
file: path.join(__dirname, "../openapi.yml"),
})
);
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Author
module © 36node, Released under the MIT License.
Authored and maintained by 36node with help from contributors (list).
github.com/zzswang · GitHub @36node
更多
你可能也喜欢
- 5a.css 中文文档教程
- @0bie/pattern-lib-react 中文文档教程
- @0xnorman/rust-decimal-js-adapter 中文文档教程
- @100mslive/hmsimagetouchup 中文文档教程
- @1hive/connect-thegraph 中文文档教程
- @2players/generator-nm 中文文档教程
- @abelmokadem/tap-spec 中文文档教程
- @adamite/toolbox 中文文档教程
- @adembacajdev/react-native-range-picker-calendar 中文文档教程
- @adiranids/react-tailwind 中文文档教程