koa-ts-core 0.0.32 → 0.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -339,7 +339,7 @@ env
|
|
|
339
339
|
|
|
340
340
|
`koa-ts-core` 提供路由元信息,配合 `koa-ts-cli` 的 `koa-ts-cli doc` 命令,可以根据 `src/controller` 自动生成 `doc` 目录下的接口配置文件,并在运行时通过 `/doc` 路由查看渲染后的接口文档。
|
|
341
341
|
|
|
342
|
-
具体 CLI 使用方式见:[koa-ts-cli
|
|
342
|
+
具体 CLI 使用方式见:[koa-ts-cli](https://www.npmjs.com/package/koa-typescript-cli)(或对应仓库)。
|
|
343
343
|
|
|
344
344
|
---
|
|
345
345
|
|