nx-web-ext - v6.1.0
    Preparing search index...
    interface NormalizedSchema {
        name: string;
        path: string;
        description: string;
        framework: "angular" | "react";
    }

    Hierarchy (View Summary)

    Index
    name: string

    The name of the new project.

    path: string

    The name of the new project.

    description: string

    The description 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.