UNPKG

maple-cli

Version:

maple-cli 脚手架

13 lines 584 B
export interface TemplateInfo { name: string; downloadUrl: string; description: string; branch: string; } export declare const tempaltes: Map<string, TemplateInfo>; export declare const isOverwrite: (fileName: string) => Promise<boolean>; export declare const getNpmInfo: (name: string) => Promise<{}>; export declare const getNpmLastVersion: (name: string) => Promise<any>; export declare const checkVersion: (name: string, version: string) => Promise<boolean>; export declare function create(projectName?: string): Promise<void>; //# sourceMappingURL=create.d.ts.map