Flexible data modeling and code generation system with schemas
Flexible data modeling & code generation system
hof
$ hof init myproject
$ hof gen ./schema.cue
$ hof create model User --fields name:string email:string