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

Hierarchy (view full)

Properties

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.