yarn add @36node/koa-openapi
import openapi from "@36node/koa-openapi";
app.use(
openapi({
url: `${BASE}/openapi.yml`,
file: path.join(__dirname, "../openapi.yml"),
})
);
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
module © 36node, Released under the MIT License.
Authored and maintained by 36node with help from contributors (list).
github.com/zzswang · GitHub @36node
Version | Tag | Published |
---|---|---|
0.1.7 | latest | 2yrs ago |