@rjgf/swagger2ts
v1.3.1
Published
从 swagger 中生成 typescript 文件
Downloads
16
Keywords
Readme
说明
通过 swagger.json
文件生成一个 typescript
的声明文件
通过以下脚本运行
# 将结果输出到终端
swagger2ts https://api.example.com/swagger.json
# 将结果写入文件
swagger2ts https://api.example.com/swagger.json > swagger.ts