subcomponent 0.1.0

A components orchestrator
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Example
 */

subcomponent { name: "A name";
   fetch {
      default-method: git;
      git {
         url: "an url";
         url_2: "an other url";
      }
   }
}