Yellicode ((hot)) Jun 2026
Easily generate multiple files from one template.
import TextWriter, Generator from '@yellicode/core'; import * as model from './model.json'; // Importing our model yellicode
// model.ts export const entities = [ name: "Product", properties: ["id", "name", "price"] , name: "Order", properties: ["id", "date", "total"] ]; Easily generate multiple files from one template
Yellicode is a novel approach to MDD that provides a more efficient and automated way of transforming models into code. Its syntax and semantics are based on a formal metamodel, and it provides a set of predefined transformation rules for generating code. While Yellicode has several benefits, it also has some limitations, and further research is needed to fully explore its potential. Generator from '@yellicode/core'