UNPKG
template-syncer
Version:
latest (1.2.0)
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
智能模板同步工具 - 让你的项目与模板仓库保持同步,支持智能合并、差异对比和交互式更新
github.com/IceyWu/template-syncer
IceyWu/template-syncer
template-syncer
/
lib
/
ui
/
index.d.ts
4 lines
(3 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
export
{ prompts }
from
'./prompts'
;
export
{ logger }
from
'./logger'
;
export
{ formatFileTree, formatGroupedTree }
from
'./tree'
;