UNPKG

@visulima/cerebro

Version:

A delightful toolkit for building cross-runtime CLIs for Node.js, Deno, and Bun.

7 lines (6 loc) 203 B
import type { Command as ICommand } from "../types/command.d.ts"; /** * Generates README documentation for cerebro CLI commands. */ declare const readmeCommand: ICommand; export default readmeCommand;