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
/
module
/
rollup
/
index.d.ts
3 lines
(2 loc)
•
88 B
TypeScript
View Raw
1
2
3
import
{
TCommand
}
from
'../../types'
;
export
declare
const
rollupCommand
:
TCommand
;