Function
| Static Public Summary | ||
| public |
create(args: ...*): * |
|
| public |
filter(value: *): * |
|
| public |
getFactory(module: *): Function Returns task's factory function. |
|
| public |
getOptions(params: *): Object Validates and builds options. |
|
| public |
Creates task's path. |
|
Static Public
public create(args: ...*): * source
import create from 'gulp-tasks-registrator/src/group.js'Params:
| Name | Type | Attribute | Description |
| args | ...* |
Return:
| * |
public filter(value: *): * source
import filter from 'gulp-tasks-registrator/src/filter.js'Params:
| Name | Type | Attribute | Description |
| value | * |
Return:
| * |
public getFactory(module: *): Function source
import {getFactory} from 'gulp-tasks-registrator/src/utils.js'Returns task's factory function.
Params:
| Name | Type | Attribute | Description |
| module | * | {Any} - Target module. |
public getOptions(params: *): Object source
import {getOptions} from 'gulp-tasks-registrator/src/utils.js'Validates and builds options.
Params:
| Name | Type | Attribute | Description |
| params | * | {Object} - Passed options. |
public getPath(root: *, current: *): String source
import {getPath} from 'gulp-tasks-registrator/src/utils.js'Creates task's path.
Params:
| Name | Type | Attribute | Description |
| root | * | {String} - Root directory. |
|
| current | * | {String} - Current task's directory. |
