Code / Project Generation Commands (gx gen)

gx gen [-hV] [-c[=<YAML config>]] [COMMAND]

Generate files, classes, and methods for Grainite applications.

Currently, gx genonly supports code generation for Java.

Commands

1. config

Generate a configuration file template.

pageGenerate App Config (gx gen app)

2. handler

Generate an action handler.

pageGenerate Handlers (gx gen handler)

3. all

Generate the entire project based on the configuration file.

pageGenerate Project (gx gen all)

Last updated