@zuke/cmd
`@zuke/cmd` — generic command execution for Zuke builds: the fallback for
@zuke/cmd on JSR ↗ 3 symbols
Symbols
class CmdSettings extends ToolSettings Settings for a generic command: the tool name plus raw arguments.
const CmdTasks: CmdTasksApi Task functions for running arbitrary tools.
interface CmdTasksApi The shape of CmdTasks.
| Member | Signature | Doc |
|---|---|---|
exec | exec(tool: PathLike, configure?: Configure<CmdSettings>): Promise<CommandOutput> | Run tool with the configured settings. |