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
/
install.js
5 lines
(3 loc)
•
78 B
JavaScript
View Raw
1
2
3
4
5
#!/usr/bin/env node
const
{ install } =
require
(
"./binary"
);
install
(
false
);