UNPKG

@reliverse/rse-sdk

Version:

@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).

2 lines (1 loc) 180 B
export declare function ensureDbInitialized(hasDbPush: boolean, shouldRunDbPush: boolean, shouldInstallDeps: boolean, projectPath: string): Promise<"success" | "skip" | "cancel">;