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
/
template
/
index.d.ts
6 lines
(5 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
TCommand
}
from
'../../types'
;
export
declare
const
generateTemplate
:
(
name
:
string
,
options
: { force:
boolean
; }
) =>
Promise
<
void
>;
export
declare
const
createCommad
:
TCommand
;