subcomponent 0.1.0

A components orchestrator
1
2
3
4
5
6
7
8
9
10
11
subcomponents {
    abc { name: "The first component";
        path: "abc";
        fetch {
            git {
                url: "https://github.com/subcomponent/subcomponent";
                branch: "master";
            }
        }
    }
}