UNPKG
@twin.org/validate-locales
Version:
latest (0.0.2-next.21)
next (0.0.3-next.4)
0.0.3-next.4
0.0.3-next.3
0.0.3-next.2
0.0.3-next.1
0.0.2-next.22
0.0.2-next.21
Tool to validate source files against the locales
twindev.org
twinfoundation/framework
@twin.org/validate-locales
/
bin
/
index.js
9 lines
(7 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
#!/usr/bin/env node
// Copyright 2024 IOTA Stiftung.
// SPDX-License-Identifier: Apache-2.0.
import
{
CLI
}
from
'../dist/esm/index.mjs'
;
const
cli =
new
CLI
();
const
result =
await
cli.
run
(process.
argv
); process.
exit
(result);