Skip to content

Commit f17e282

Browse files
Merge pull request #306 from suvmanda/Update-function-createDevon4jProject
Update function createDevon4jProject
2 parents 7e01834 + 8962508 commit f17e282

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

documentation/Functions.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,18 @@ Note:
223223
***
224224

225225
### createDevon4jProject <a name="createDevon4jProject"></a>
226+
This function is used to create a [devon4j](https://github.com/devonfw/devon4j) project.
226227
#### parameter
227-
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.
228233
#### example
229234
createDevon4jProject("com.mycustomer.myapplication")
230-
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.
231238

232239
***
233240

0 commit comments

Comments
 (0)