Member Junction
    Preparing search index...

    Function runMemberJunctionCodeGenerationWithResult

    • Like runMemberJunctionCodeGeneration, but returns a structured MJCLIResult instead of calling process.exit(). The pluggable mj codegen plugin uses this so the runtime host can emit the result (e.g. --format=json) before the CLI exits.

      Parameters

      • skipDatabaseGeneration: boolean = false
      • skipFileGeneration: boolean = false

      Returns Promise<MJCLIResult>