Static Method Summary
Static Public Methods | ||
public static |
filesToHandle(langId: string): string[] Returns the globs of the processed files for the given config lanugage. |
|
public static |
Runs the task with the given options. |
Static Public Methods
public static filesToHandle(langId: string): string[] source
Returns the globs of the processed files for the given config lanugage.
Params:
Name | Type | Attribute | Description |
langId | string | The configuration language used. |
Test:
public static async run(options: Object): Promise<{install: string[]}, Error>{install:> source
Runs the task with the given options.
Params:
Name | Type | Attribute | Description |
options | Object | The options to use. |
Return:
Promise<{install: string[]}, Error>{install:> | Resolved with information on further actions to run or rejected if the task failed. |