UNPKG

qraft

Version:

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

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