UNPKG

@every-env/cli

Version:

Multi-agent orchestrator for AI-powered development workflows

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