Skip to content

Commit d78081c

Browse files
committed
Add new index.json and update README
1 parent cda52da commit d78081c

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# codewind-templates
2-
Central repository for storing list of supported code templates for you use in codewind
2+
Central repository for storing list of supported code templates for use in codewind
33

44
# /devfiles/index.json
5-
This file is generated by the build.sh and then running the docker image as created by the build step. DO NOT manually edit this file
5+
This file is generated and MUST NOT be manually edited.
6+
7+
1. Run [build.sh](https://github.com/microclimate-dev2ops/codewind-templates/blob/master/build.sh) to build the dockerfile.
8+
2. Run the dockerfile mounting a local directory
9+
```sh
10+
docker run -v /myDirectory/codewind-templates/devfiles:/build/devfiles/ microclimate-dev2ops/codewind-templates

devfiles/index.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName":"Java MicroProfile template",
44
"description":"Cloud Microservice Starter for Java - MicroProfile / Java EE",
55
"language":"java",
6-
"projectType":"liberty",
6+
"projectType":"java",
77
"location":"https://github.com/microclimate-dev2ops/javaMicroProfileTemplate",
88
"links": {"self":"/devfiles/javaMicroProfileTemplate/devfile.yaml" }
99
}
@@ -47,4 +47,12 @@
4747
"location":"https://github.com/microclimate-dev2ops/microclimateGoTemplate",
4848
"links": {"self":"/devfiles/goTemplate/devfile.yaml" }
4949
}
50+
,{
51+
"displayName":"Java Lagom template",
52+
"description":"Template for building Lagom Reactive microservice in Java",
53+
"language":"java",
54+
"projectType":"docker",
55+
"location":"https://github.com/microclimate-dev2ops/lagomJavaTemplate",
56+
"links": {"self":"/devfiles/lagomJavaTemplate/devfile.yaml" }
57+
}
5058
]

0 commit comments

Comments
 (0)