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) 101 B
import type { Config } from "jido-kit/types"; export declare const jido: (config: Config) => Config;