gemini-code-flow
Version:
AI-powered development orchestration for Gemini CLI - adapted from Claude Code Flow by ruvnet
14 lines • 348 B
TypeScript
/**
* Init Command for Gemini Code Flow
* Adapted from Claude Code Flow by ruvnet
*/
export declare class InitCommand {
execute(options: {
sparc?: boolean;
path?: string;
}): Promise<void>;
private createProjectStructure;
private createConfiguration;
private createReadme;
}
//# sourceMappingURL=init.d.ts.map