An open API service indexing awesome lists of open source software.

https://github.com/evertras/go-ts-type-generator


https://github.com/evertras/go-ts-type-generator

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# golang-ts-type-generator

[![Build Status](https://travis-ci.org/Evertras/go-ts-type-generator.svg?branch=master)](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.