subcomponent 0.1.0

A components orchestrator
1
2
3
4
5
6
7
8
9
10
11
subcomponents {
    something { name: "The something component";
        path: "a path";
        fetch {
            git {
               url: "a valid url here";
               tag: "v1";
            }
        }
    }
}