UNPKG

@yanhe-su/cli

Version:

CLI tool for DAO Style projects - providing project scaffolding, template generation and dependency management

4 lines (3 loc) 268 B
export declare function fileExists(filePath: string): Promise<boolean>; export declare function createDirectory(dirPath: string): Promise<void>; export declare function copyTemplate(templatePath: string, targetPath: string, data?: Record<string, any>): Promise<void>;