UNPKG

eisd

Version:

Execute your favorite command in SubDirectories. Use it like: `eisd '[command]' [subdirs...]` (Example: `eisd 'yarn build' client server scripts`)

5 lines (4 loc) 239 B
export declare function startMaster(commandToExecute: string, directoriesToUse: string[], allowFailures?: boolean, aSynchronous?: boolean, verbose?: boolean): Promise<{ directoriesSucces: string[]; directoriesFailed: string[]; }>;