Class responsible for generating files related to a new task.

Constructors

Properties

description: string

The description of the task.

name: String

The name of the module.

naming: Naming

The naming convention for the project.

taskPath: string

The path where the task files will be created.

Methods

  • Private

    Reads the content of a template file.

    Parameters

    • templatePath: string

      The path to the template file.

    Returns Promise<Buffer>

    • The content of the template file.

Generated using TypeDoc