Interface Options

interface Options {
    bin: string;
    directory: string;
    files: string[];
    multitask: boolean;
    property: null | string | number;
}

Properties

bin: string

Executable name

directory: string

Project directory

files: string[]

Tasks file names

multitask: boolean

Allow running multiple tasks

property: null | string | number

Default export object property for tasks