You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: playbooks/cobigen-cli/index.asciidoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ More information about CobiGen on https://devonfw.com/website/pages/docs/master-
10
10
To use the cobigen cli you first have to install the devonfw ide. You will find more information about devonfw on https://devonfw.com/website/pages/welcome/welcome.html.
11
11
[step]
12
12
--
13
-
installDevonfwIde([java,mvn])
13
+
installDevonfwIde(["java","mvn"])
14
14
--
15
15
16
16
Now, you have to download cobigen
@@ -20,9 +20,9 @@ installCobiGen()
20
20
--
21
21
22
22
====
23
-
The CobiGen plugin for VS Code is already installed. We will use it to generate code from one single java class based on existing templates.
23
+
CobiGen is integrated via plugin in the VS Code IDE. We will use it to generate code from one single java class based on existing templates.
0 commit comments