@jjdenhertog/ai-driven-development
Version:
AI-driven development workflow with learning capabilities for Claude
10 lines • 315 B
TypeScript
import { ContainerType } from '../types/container/ContainerType';
type Options = {
name: string;
type?: ContainerType;
path?: string;
proxyPort?: number;
};
export declare function containerStartCommand(options: Options): Promise<void>;
export {};
//# sourceMappingURL=containerStartCommand.d.ts.map