-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels