qraft
Version:
A powerful CLI tool to qraft structured project setups from GitHub template repositories
9 lines • 336 B
TypeScript
import { BoxManager } from '../core/boxManager';
interface CreateOptions {
registry?: string;
dryRun?: boolean;
interactive?: boolean;
}
export declare function createCommand(boxManager: BoxManager, localPath: string, boxName?: string, options?: CreateOptions): Promise<void>;
export {};
//# sourceMappingURL=create.d.ts.map