The ApplicationGenerator is main class responsible for application generation based on a given configuration - application graph. It processes application graph nodes to generate the application prototype. The generated application is then packaged into a ZIP archive.

Constructors

Methods

Constructors

Methods

  • The entrypoint to the application graph generator. Creates application graph instance, uses graph's data to generate an application prototype. When generation finishes, a ZIP archive containing generated source code is created and returned.

    Returns Promise<Buffer>

    The buffer containing the generated ZIP archive containing generated application source code.