UNPKG

@every-env/cli

Version:

Multi-agent orchestrator for AI-powered development workflows

15 lines 377 B
#!/usr/bin/env node interface CommandOptions { debug?: boolean; verbose?: boolean; config?: string; template?: string; parallel?: number; dryRun?: boolean; force?: boolean; pattern?: string; only?: string[]; } export declare function initializeProject(options: CommandOptions): Promise<void>; export {}; //# sourceMappingURL=cli-old.d.ts.map