@reliverse/rse
Version:
@reliverse/rse is your all-in-one companion for bootstrapping and improving any kind of projects (especially web apps built with frameworks like Next.js) — whether you're kicking off something new or upgrading an existing app. It is also a little AI-power
12 lines (11 loc) • 397 B
TypeScript
import type { RseConfig } from "@reliverse/cfg";
import type { ReliverseMemory } from "../../../../../utils/schemaMemory.js";
/**
* Main function to show the clone project menu and handle user selection.
*/
export declare function showCloneProjectMenu({ isDev, cwd, config, memory, }: {
isDev: boolean;
cwd: string;
config: RseConfig;
memory: ReliverseMemory;
}): Promise<void>;