I want to generate forms for each struct. The first step is to make a wizard that will allow users to:
- Pick a set of modules to parse (package url, version or *, modules)
- Generate a mapping of field-type to huh.Form
The output should be used to generate code. There should be an internal generator that can be run to do this.
I want to generate forms for each struct. The first step is to make a wizard that will allow users to:
The output should be used to generate code. There should be an internal
generatorthat can be run to do this.