We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e01834 + 8962508 commit f17e282Copy full SHA for f17e282
1 file changed
documentation/Functions.md
@@ -223,11 +223,18 @@ Note:
223
***
224
225
### createDevon4jProject <a name="createDevon4jProject"></a>
226
+This function is used to create a [devon4j](https://github.com/devonfw/devon4j) project.
227
#### parameter
-1. The base package name
228
+This function has only one parameter.
229
+1st parameter:
230
+ - **Required**
231
+ - **Type**- String
232
+ - **Description**- The base package name and it is of type string.
233
#### example
234
createDevon4jProject("com.mycustomer.myapplication")
-
235
+Note:
236
+1. This function generates command the Katacoda user has to execute manually.
237
+2. To execute this function, devonfw-ide must be installed.
238
239
240
0 commit comments