UNPKG

sync-rules

Version:

CLI tool to synchronize AI coding assistant rule files between projects.

3 lines (2 loc) 115 B
import type { Command } from "commander"; export declare function runSyncCommand(program: Command): Promise<void>;