UNPKG

oneie

Version:

Build apps, websites, and AI agents in English. Zero-interaction setup for AI agents (Claude Code, Cursor, Windsurf). Download to your computer, run in the cloud, deploy to the edge. Open source and free forever.

7 lines 332 B
/** * Launch Claude Code in the current directory (with user prompt) * @param installationPath Path to installation folder * @param websiteCloned Whether web template was cloned */ export declare function launchClaude(installationPath: string, websiteCloned?: boolean): Promise<void>; //# sourceMappingURL=launch-claude.d.ts.map