UNPKG

i18n-text-tools

Version:

一个用于自动提取、管理和同步项目多语言文本的命令行工具,支持 Vue3、JS/TS 文件的国际化文本收集、唯一key生成、重复检测、与YiCAT平台集成等功能。

9 lines (6 loc) 201 B
#!/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()