https://github.com/evertras/go-ts-type-generator
https://github.com/evertras/go-ts-type-generator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/evertras/go-ts-type-generator
- Owner: Evertras
- License: mit
- Created: 2019-02-11T07:48:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T19:37:50.000Z (over 7 years ago)
- Last Synced: 2025-02-12T06:38:01.841Z (over 1 year ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golang-ts-type-generator
[](https://travis-ci.org/Evertras/go-ts-type-generator)
A library explicitly for using `go generate` to automatically generate Typescript
definitions based off of Go structs.
See [the Example directory](./example/) for a working example.