Browse Source

Update 'README.md'

rev
code-dev 3 years ago
parent
commit
8a1d9c5eab
  1. 10
      README.md

10
README.md

@ -50,8 +50,10 @@ With the goal of creating something that is both lightweight and easy to use, I'
Let’s mock-up template structures:
![Template Mock-up 1](./doc/images/image4.jpg "Template mock-up 1")
![Template Mock-up 2](./doc/images/image3.jpg "Template mock-up 2")
<p align="center">
<img src="/code-dev/codegen/media/branch/main/doc/images/image4.jpg" alt="Template Mock-up 1" width="500">
<img src="/code-dev/codegen/media/branch/main/doc/images/image3.jpg" alt="Template Mock-up 2" width="500">
</p>
The first part is to create models that drive text output; the second half involves file and text related things such as file creation and text output.
@ -104,7 +106,9 @@ What the template does here is self-explanatory:
The next step, which happens during run-time, is to load a template file. The loaded template file is turned into Java code by mapping generative functions into Java code.
![Template loading](./doc/images/image2.jpg "Template loading")
<p align="center">
<img src="/code-dev/codegen/media/branch/main/doc/images/image2.jpg" alt="Template loading" width="650">
</p>
The following Java code has been generated based on the template from the previous step.

Loading…
Cancel
Save