Skip to content

Commit ca29f17

Browse files
authored
Create index.json
1 parent 6584f54 commit ca29f17

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

index.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"templates":[
3+
{
4+
"name":"javaMicroProfileTemplate",
5+
"extensionId": "https://github.com/microclimate-dev2ops/javaMicroProfileTemplate",
6+
"description":"Template for building a MicroProfile / Java EE microcservice",
7+
"language":"java",
8+
"giturl":"https://github.com/microclimate-dev2ops/javaMicroProfileTemplate"
9+
},
10+
{
11+
"name":"nodeExpressTemplate",
12+
"extensionId": "https://github.com/microclimate-dev2ops/nodeExpressTemplate",
13+
"description":"Cloud-ready Node.js Express sample application",
14+
"language":"nodejs",
15+
"giturl":"https://github.com/microclimate-dev2ops/nodeExpressTemplate"
16+
},
17+
{
18+
"name":"springJavaTemplate",
19+
"extensionId": "https://github.com/microclimate-dev2ops/springJavaTemplate",
20+
"description":"Template for building a Spring microcservice",
21+
"language":"java",
22+
"giturl":"https://github.com/microclimate-dev2ops/springJavaTemplate"
23+
},
24+
{
25+
"name":"swiftTemplate",
26+
"extensionId": "https://github.com/microclimate-dev2ops/swiftJavaTemplate",
27+
"description":"Template for building a Spring microcservice",
28+
"language":"swift",
29+
"giturl":"https://github.com/microclimate-dev2ops/swiftTemplate"
30+
},
31+
{
32+
"name":"pythonTemplate",
33+
"extensionId": "https://github.com/microclimate-dev2ops/SVTPythonTemplate",
34+
"description":"HelloWorld microservice written in python",
35+
"language":"python",
36+
"giturl":"https://github.com/microclimate-dev2ops/SVTPythonTemplate"
37+
},
38+
{
39+
"name":"templateGoExample",
40+
"extensionId": "https://github.com/microclimate-dev2ops/microclimateGoTemplate",
41+
"description":"Sample microservice for simple go app",
42+
"language":"go",
43+
"giturl":"https://github.com/microclimate-dev2ops/microclimateGoTemplate"
44+
}
45+
]
46+
}

0 commit comments

Comments
 (0)