@36node/koa-openapi
v0.1.7
Published
koa openapi middleware for 36node team.
Downloads
86
Readme
@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