UNPKG
easy-cli2
Version:
latest (1.5.4)
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
一个简易的脚手架,提供eslint格式化检查,创建项目模板,自动部署功能,xlsx与json互转,压缩图片等功能
github.com/Ectimi/easy-cli
Ectimi/easy-cli
easy-cli2
/
lib
/
util
/
npm.d.ts
4 lines
(3 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
export
declare
const
checkVersion
:
() =>
Promise
<
void
>;
export
declare
const
existNpm
:
(
packageName
:
string
) =>
Promise
<
string
>;
export
declare
const
npmInstall
:
(
packageName
:
string
) =>
Promise
<
void
>;