Main class for handling the creation of a task

Constructors

Properties

moduleDescription: string

The description of the task.

moduleName: string

The name of the task.

projectName?: string

The name of the project (optional).

Methods

  • Runs the main process for creating the task.

    Returns Promise<void>

    A Promise that resolves once the task creation process is complete.

    Async

Generated using TypeDoc