Expand description
Application template generation module
This module handles generation of applications from embedded templates. It supports multiple template types: gateway (with auth), api (without auth), and migrator.
Functionsยง
- generate_
applications - Generate all applications from config
- generate_
single_ app - Generate a single application by name and type (for
lmrc add appcommand)