@reliverse/rse-sdk
Version:
@reliverse/rse-sdk without cli. @reliverse/rse-sdk allows you to create new plugins for @reliverse/rse CLI, interact with reliverse.org, and even extend your own CLI functionality (you may also try @reliverse/dler-sdk for this case).
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>;