Skip to content

Commit 2cb0213

Browse files
changed list of functions in documentation
1 parent 98c4b0a commit 2cb0213

File tree

1 file changed

+43
-2
lines changed

1 file changed

+43
-2
lines changed

documentation/Functions.md

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1-
You can use the following function:
1+
## Functions
2+
The following functions are already implemented:
23
* installDevonIde
3-
* installCobiGen
4+
* installCobiGen
5+
* createProject
6+
* cobiGenJava
7+
8+
***
9+
10+
### installDevonIde
11+
#### parameter
12+
1. The tools you want to install within the devonfw ide: string array
13+
#### example
14+
installDevonfwIde(["java","mvn"])
15+
16+
***
17+
18+
### installCobiGen
19+
#### parameter
20+
* No parameters
21+
#### example
22+
installCobiGen()
23+
24+
***
25+
26+
### cobiGenJava
27+
#### parameter
28+
1. The path to the java file you want to generate code for: string
29+
2. The numbers that represent the templates that CobiGen uses to generate code: int array
30+
#### example
31+
cobiGenJava("path/to/java/file/MyEntity.java",[1,3,5,6,8])
32+
33+
34+
***
35+
36+
### createProject
37+
#### parameter
38+
1. the programming language that you will use for this project
39+
2. the project name
40+
41+
#### example
42+
createProject("java","cobigenexample")
43+
44+
***

0 commit comments

Comments
 (0)