UNPKG

@gdjiami/cli

Version:

CLI for build front end project.

5 lines (4 loc) 169 B
/** * 获取和下载自定义模板 */ export default function getTemplate(force: boolean, ownPath: string, cwd: string, templateName?: string): Promise<string>;