UNPKG

jido

Version:

A CLI tool to automate your development workflows using named flows. Simplifies task automation with readable config and plugin support.

3 lines (2 loc) 107 B
import { Step } from "jido-kit/types"; export declare const runCommand: (stepConf: Step) => Promise<void>;