UNPKG

qraft

Version:

A powerful CLI tool to qraft structured project setups from GitHub template repositories

9 lines 297 B
import { BoxManager } from '../core/boxManager'; interface ListOptions { registry?: string; allRegistries?: boolean; interactive?: boolean; } export declare function listCommand(boxManager: BoxManager, options: ListOptions): Promise<void>; export {}; //# sourceMappingURL=list.d.ts.map