UNPKG

easy-cli2

Version:

一个简易的脚手架,提供eslint格式化检查,创建项目模板,自动部署功能,xlsx与json互转,压缩图片等功能

10 lines (9 loc) 586 B
export declare const getDirPath: (relPath?: string) => string; export declare const getCwdPath: (relPath?: string) => string; export declare const loggerTiming: (str?: string, start?: boolean) => void; export declare const loggerInfo: (str?: string) => void; export declare const loggerWarring: (str?: string) => void; export declare const loggerSuccess: (str?: string) => void; export declare const loggerError: (str?: string) => void; export declare const loggerUnderline: (str?: string) => string; export declare const cpSync: (source: string, destination: string) => void;