Function: GenerateClientFileMiddleware()
Function: GenerateClientFileMiddleware()
function GenerateClientFileMiddleware(context, next): Promise<IBlueprint>;
Generates the client file for the application.
Parameters
context
The console context.
next
NextPipe
<ConsoleContext
, IBlueprint
>
The next pipe function.
Returns
Promise
<IBlueprint
>
The updated blueprint object.