@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
7 lines (6 loc) • 332 B
TypeScript
/**
* Main command entry.
* @param fileOrFolderPatterns Optional glob patterns to match existing files/folders
* @param notifyPerFile Notify about uncommitted changes per file (true) or only once (false)
*/
export declare function aiCodeCommand(fileOrFolderPatterns?: string[], notifyPerFile?: boolean): Promise<void>;