UNPKG

qraft

Version:

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

4 lines 192 B
import { Command } from 'commander'; import { BoxManager } from '../core/boxManager'; export declare function cacheCommand(boxManager: BoxManager): Command; //# sourceMappingURL=cache.d.ts.map