nx-web-ext - v6.1.0
    Preparing search index...

    Interface NxWebExtGeneratorSchema

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

    Hierarchy (View Summary)

    Index
    name: string

    Name of the new web extension

    path: string

    Path 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.