-
Notifications
You must be signed in to change notification settings - Fork 2
/
launcher-menu.json
28 lines (28 loc) · 1.06 KB
/
launcher-menu.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"menu": {
"schemata:Config schemata actions menu...": {
"description": "config schemata action",
"check-conf:Tests config files": "schemata:check-conf",
"check-samples:Tests sample config files": "schemata:check-samples",
"make-conf:Generates config schemata": "schemata:make-conf",
"make-tile:Generates schema for specified tile": "schemata:make-tile",
"make-core-tiles:Generates core tiles schemata": "schemata:make-core-tiles"
},
"build:Build menu...": {
"description": "build action",
"server": "build:server (no type check)",
"production:Checks and builds all the sources for production": "build:production"
},
"check types": {
"client types": "typecheck:client",
"server types": "typecheck:server"
},
"create:Create menu...": {
"custom-tile": "create:custom-tile",
"tile-conf": "create:tile-conf"
},
"devel-server:starts a development server (no type checks)": "devel-server",
"server:starts WaG web server": "server",
"test:runs tests": "test"
}
}