UNPKG
avifors
Version:
latest (0.0.1)
1.0.2-dev
1.0.1-dev
1.0.0-dev
0.0.1
A MDE tool that generates code from a YAML definition of your app domain model.
avifors
/
example
/
model
/
bunny.model.yml
16 lines
(15 loc)
•
289 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
entity:
name:
Bunny
properties:
-
name:
name
type:
string
description:
Name
of
the
bunny
-
name:
weight
type:
number
description:
Weight
of
the
bunny
-
name:
fluffiness
type:
number
description:
Fluffiness
of
the
bunny