Yellicode
The extensible code generator
Builds a model using a custom function. Use this function when you cannot configure a model file but want to build a model from the template instead.
Parameters
| Name | Type | Description |
|---|---|---|
| builder | () => Promise | A custom function that builds the model. |