15 lines
571 B
JSON
15 lines
571 B
JSON
{
|
|
"WorkspaceSettings": {
|
|
"DefaultProject": "py_to_uxf",
|
|
"Projects": {
|
|
"py_to_uxf": "src/py_to_uxf/py_to_uxf.json",
|
|
"py_to_uxf_core": "src/py_to_uxf_core/py_to_uxf_core.json"
|
|
},
|
|
"Scripts": {
|
|
"build-start": "cpl build; cd dist/py_to_uxf/build/py_to_uxf; echo \"Starting:\"; bash py_to_uxf -p ./ -o uml.uxf",
|
|
"build-start-test": "cpl build; cd dist/py_to_uxf/build/py_to_uxf; echo \"Starting:\"; bash py_to_uxf -p ../../../../sh_gismo/src -o gismo.uxf",
|
|
"bs": "cpl build-start",
|
|
"bst": "cpl build-start-test"
|
|
}
|
|
}
|
|
} |