UNPKG

easy-cli2

Version:

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

4 lines (3 loc) 205 B
export declare const checkVersion: () => Promise<void>; export declare const existNpm: (packageName: string) => Promise<string>; export declare const npmInstall: (packageName: string) => Promise<void>;