Class responsible for creating a new module based on user input.

Constructors

  • Creates an instance of _Create.

    Parameters

    • moduleName: string

      The name of the new module.

    • moduleDescription: string

      The description of the new module.

    • Optional projectName: string

      The name of the project (optional).

    Returns Cli.Core.Create

Properties

moduleDescription: string

The description of the new module.

moduleName: string

The name of the new module.

projectName?: string

The name of the project (optional).

Methods

Generated using TypeDoc