Predictive-Systems-Inc / kevin

Kevin is an enterprise AI pair programmer because enterprise apps follows standard architecture, coding patterns. Kevin can automatically create code based on boilerplate templates.
3 stars 0 forks source link

feat: Kevin - Read definition file #2

Open allanctan opened 5 months ago

allanctan commented 5 months ago

Accept instruction to read the definition file:

For example: generate search page of department generate add/edit form of department generate route of department generate prisma of department

where crud is a template folder and department is a definition file.

Sample format of definition. { "name": "department", "fields": [ { "name": "id", "datatype": "int", "displayType": "none", "isPrimaryKey": true }, { "name": "name", "datatype": "string", "displayType": "text", "isPrimaryKey": false } ]

}

allanctan commented 4 months ago

combine all definition in one file