You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to generate TS classes for all exported structs in a given file. I can't seem to be able to do this. What is the trick? on https://github.com/tkrajina/typescriptify-golang-structs you can just specify a file:
If all your structs are in one file, you can convert them with:
tscriptify -package=package/with/your/models -target=target_ts_file.ts path/to/file/with/structs.go
I tried a number of variations to specify a file from the command line, but I always get errors. Is this implemented? or what am I missing?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to generate TS classes for all exported structs in a given file. I can't seem to be able to do this. What is the trick? on https://github.com/tkrajina/typescriptify-golang-structs you can just specify a file:
I tried a number of variations to specify a file from the command line, but I always get errors. Is this implemented? or what am I missing?
Thanks.
The text was updated successfully, but these errors were encountered: