Export

/.module.json (317 B)

 1
2
3
4
5
6
7
8
9
10
11
{
"name": "Export",
"icon": "code",
"description": "Generates code based on the project's schema",
"authorName": "Kyle U",
"authorEmail": "kyle@kyleu.com",
"license": "CC0",
"sourcecode": "https://github.com/kyleu/projectforge/tree/master/module/export",
"priority": 100,
"requires": ["database"]
}