Interface representing expected arguments for a module creation task.

ExpectedArguments

interface ExpectedArguments {
    description: string;
    name: string;
    projectName?: string;
}

Properties

description: string

The description of the module.

name: string

The name of the module.

projectName?: string

The name of the project (optional).

Generated using TypeDoc