hof

Flexible data modeling and code generation system with schemas

brewmacoslinux
Try with needOr install directly
Source

About

Flexible data modeling & code generation system

Commands

hof

Examples

Initialize a new hof project$ hof init myproject
Generate code from a schema definition$ hof gen ./schema.cue
Create a new data model$ hof create model User --fields name:string email:string