interface NxWebExtGeneratorSchema {
    name: string;
    framework: "angular" | "react";
    description?: string;
}

Hierarchy (view full)

Properties

name: string

Name of the new web extension

framework: "angular" | "react"

The application framework to initialize the project with. Supports only angular and react, and defaults to angular.

description?: string

Description of what the web extension does.