UNPKG
i18n-text-tools
Version:
latest (1.0.11)
1.0.11
1.0.10
一个用于自动提取、管理和同步项目多语言文本的命令行工具,支持 Vue3、JS/TS 文件的国际化文本收集、唯一key生成、重复检测、与YiCAT平台集成等功能。
i18n-text-tools
/
bin
/
index.js
9 lines
(6 loc)
•
201 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
#!/usr/bin/env node
// command line entry
// const tool = require('../dist/index.cjs')
// tool && tool.picker.init()
import
{
CustomCommand
}
from
'../dist/index.js'
new
CustomCommand
().
run
()