UNPKG

lucy-cli

Version:
3 lines (2 loc) 237 B
export declare function installPackages(wixPackages: Record<string, string>, devPackages: Record<string, string>, cwd: string): Promise<void>; export declare function gitInit(cwd: string, modules: Record<string, string>): Promise<void>;