claudekit
Version:
CLI tools for Claude Code development workflow
18 lines • 451 B
TypeScript
export interface SetupOptions {
force?: boolean;
template?: string;
verbose?: boolean;
quiet?: boolean;
dryRun?: boolean;
yes?: boolean;
commands?: string;
hooks?: string;
agents?: string;
project?: string;
user?: boolean;
selectIndividual?: boolean;
all?: boolean;
skipAgents?: boolean;
}
export declare function setup(options?: SetupOptions): Promise<void>;
//# sourceMappingURL=setup.d.ts.map