Function: GenerateViewsIndexMiddleware()
Function: GenerateViewsIndexMiddleware()
function GenerateViewsIndexMiddleware(context, next): Promise<IBlueprint>;
Lazy: Generates an index file for all views in the application.
Parameters
context
The console context.
next
NextPipe
<ConsoleContext
, IBlueprint
>
The next pipe function.
Returns
Promise
<IBlueprint
>
The updated blueprint object.