repository
0.0.0-20220718152931-747dcb5e797d
Repository: https://github.com/benoitkugler/structgen.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
structgen 
A simple and powerful Go to {Typescript, Dart} definitions.
Inspired by OneOfOne/structgen, but build with go/types.
Install
go get -u -v github.com/benoitkugler/structgen/...
Command Line Usage
// TODO: fix doc
➤ structgen -h
Usage of ./structgen:
-output string
ts or dart file to write to
-source string
go source file to convert
All types in source
are converted (not only structs)