cli/projects/electron-flash-develop/project.json
{
"name": "electron-flash-develop",
"type": "template",
"subProjects": [
"shared", "electron-shared"
],
"templates": [
{ "src": "electron.hxproj", "dst": "${target}/electron.hxproj"},
{ "src": "run-electron.bat", "dst": "${target}/run-electron.bat"}
]
}