UNPKG

@mondaycom/apps-cli

Version:

A cli tool to manage apps (and monday-code projects) in monday.com

3 lines (2 loc) 232 B
export declare const prettyPrint: (data: string) => string; export declare const cloneFolderFromGitRepo: (gitRepoUrl: string, folderPath: string, branch: string, targetPath: string, output: (data: string) => void) => Promise<void>;