haxeui/haxeui-core

View on GitHub
cli/projects/heaps/project.json

Summary

Maintainability
Test Coverage
{
    "name": "heaps",
    "type": "template",
    "subProjects": [
        "shared", "heaps-shared"
    ],
    "templates": [
        { "src": "heaps-js.hxml", "dst": "${target}/heaps-js.hxml"},
        { "src": "heaps-hl.hxml", "dst": "${target}/heaps-hl.hxml"}
    ]
}