Skip to content

Commit e169854

Browse files
author
dixyushi
committed
undo change
1 parent 63c2dd1 commit e169854

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

cobigen-setup/index.asciidoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
= Cobigen Setup
2+
3+
====
4+
CobiGen is a generic incremental code generator. It allows you build Java CRUD application based on the devonfw architecture including all software layers. You can generate all necessary classes and services (DAOs, Transfer Objects, simple CRUD use cases with REST services) of the application from one single entity class.
5+
6+
CobiGen provides Maven and Eclipse integrations. But there is also a command line interface (CLI) which enables the generation of code using only few commands.
7+
8+
More information about CobiGen on https://devonfw.com/website/pages/docs/master-cobigen.asciidoc.html
9+
10+
11+
[step]
12+
--
13+
cloneRepository("", "https://github.com/devonfw/cobigen.git")
14+
--
15+
16+
17+
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.
18+
====

0 commit comments

Comments
 (0)