UNPKG
i18n-auto-react
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.3
0.0.2
基于百度翻译API服务的自动翻译插件
github.com/wuguanwen28/i18n-auto-react
wuguanwen28/i18n-auto-react
i18n-auto-react
/
bin
/
index.js
5 lines
•
164 B
JavaScript
View Raw
1
2
3
4
5
#!/usr/bin/env node
const
{ I18nCommand } =
require
(
'../dist/commands/index'
);
const
command = process.
argv
[
2
];
const
i18n =
new
I18nCommand
(command) i18n.
run
()