Expression

/.module.json (359 B)

 1
2
3
4
5
6
7
8
9
10
11
{
"name": "Expression",
"icon": "code",
"description": "Exposes Common Expression Language (CEL) engine for evaluating arbitrary expressions",
"authorName": "Kyle U",
"authorEmail": "kyle@kyleu.com",
"license": "CC0",
"sourcecode": "https://github.com/kyleu/projectforge/tree/main/module/expression",
"priority": 20,
"technology": ["cel"]
}