An introduction to JGen - the code generator based out of Chenile
Edit me
What is JGen
JGen is a general purpose code generator written in Java. JGen can be used to generate all kinds of code. Specifically, it is used to generate Chenile code.
jgen is a set of code generation utilities. They use the concept of blueprints. Blue prints contain a template for code along with code naming conventions etc. jgen can be used as a framework to generate a Chenile module. jgen can also be used to do code generation outside of Chenile.
How to get JGen
Simply goto the chenile-gen Github repository. Git clone the repo.
Then navigate to the jgen folder under the repo folder. Jgen can be constructed from sources using “make clean all”
Ensure that