@interopio/desktop-cli
Version:
CLI tool for setting up, building and packaging io.Connect Desktop projects
26 lines (25 loc) • 490 B
JSON
{
"type": "Workspace",
"metadata": {
"name": "{{PRODUCT_NAME}} Default Workspace"
},
"children": [
{
"type": "Group",
"config": {
"workspacesOptions": {
"title": "{{PRODUCT_NAME}}"
}
},
"children": [
{
"type": "Window",
"config": {
"appName": "{{PACKAGE_NAME}}",
"title": "{{PRODUCT_NAME}} - Main Window"
}
}
]
}
]
}