typescriptify-golang-structs:Golang结构到TypeScript类的接口转换器

时间:2024-05-27 04:39:44
【文件属性】:

文件名称:typescriptify-golang-structs:Golang结构到TypeScript类的接口转换器

文件大小:29KB

文件格式:ZIP

更新时间:2024-05-27 04:39:44

Go

Golang JSON到TypeScript模型转换器 安装 命令行工具: go get github.com/tkrajina/typescriptify-golang-structs/tscriptify 图书馆: go get github.com/tkrajina/typescriptify-golang-structs 用法 使用命令行工具: tscriptify -package=package/with/your/models -target=target_ts_file.ts Model1 Model2 如果需要在Typescript中导入自定义类型,则可以传递导入字符串: tscriptify -package=package/with/your/models -target=target_ts_file.ts -import="import { Decimal


【文件预览】:
typescriptify-golang-structs-master
----.gitignore(33B)
----tscriptify()
--------main.go(4KB)
----README.md(8KB)
----CHANGELOG.md(809B)
----typescriptify()
--------utils.go(232B)
--------typescriptify_test.go(26KB)
--------typescriptify.go(22KB)
----.github()
--------workflows()
----browser_test()
--------test.html(2KB)
--------example_output.js(3KB)
--------example_output.ts(2KB)
--------example_output_interfaces.ts(524B)
----go.mod(155B)
----makefile(618B)
----scripts()
--------json_to_ts.sh(484B)
----example()
--------example.go(1KB)
--------models()
----LICENSE.txt(11KB)
----go.sum(1KB)

网友评论