UNPKG
i18nhero
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
0.0.0
CLI tool for interacting with locales hosted on i18nhero.com
i18nhero.com
i18nhero/cli
i18nhero
/
run-i18nhero.js
5 lines
(3 loc)
•
75 B
JavaScript
View Raw
1
2
3
4
5
#!/usr/bin/env node
const
{ run } =
require
(
"./binary"
);
run
(
"i18nhero"
);