UNPKG

ultra-runner

Version:

Smart and beautiful script runner that hijacks any `npm run`, `yarn` and `npx` calls for ultra fast execution

5 lines (4 loc) 227 B
import { RunnerOptions } from "./options"; import { Command } from "./parser"; import { Workspace } from "./workspace"; export declare function createCommand(workspace: Workspace, cmd: string, options: RunnerOptions): Command;