@stacksleuth/cli
Version:
Comprehensive command-line interface for StackSleuth - Interactive dashboard, real-time monitoring, performance reports, CI/CD integration, and automated performance optimization recommendations.
17 lines • 482 B
TypeScript
interface InitOptions {
framework: 'react' | 'express' | 'nextjs';
typescript: boolean;
}
export declare class InitCommand {
execute(options: InitOptions): Promise<void>;
private gatherConfig;
private createConfigFiles;
private generateConfigFile;
private createExampleCode;
private createExpressExample;
private createReactExample;
private createNextExample;
private showSetupInstructions;
}
export {};
//# sourceMappingURL=init.d.ts.map