-
-
Notifications
You must be signed in to change notification settings - Fork 27
Guide Step 4 Generation
Laurent GUERIN edited this page Sep 18, 2017
·
7 revisions
Once you have a valid model and a least a bundle of templates, you are ready to generate your code.
gen is the only command you need to generate your code.
You can use it in different ways :
gen * * is the simplest way
it will generates the code for "all the entities of the model" using "all the templates of the current bundle"
NB : You must have defined the current model and the current bundle before using the gen command.
- Installation
- Configuration
- Commands
- User guide :
- Project initialization
- Model initialization :
- Templates
- Code generation