UNPKG

@inlang/cli

Version:

--- title: inlang CLI - Localization Automation for CI/CD description: Automate translation workflows with machine translation, validation, and CI/CD integration. Supports JSON, i18next, next-intl, and more. og:image: https://cdn.jsdelivr.net/gh/opral/inl

14 lines (10 loc) 258 B
#!/usr/bin/env node // the comment above signals unix environments which interpreter // to use when executing this file (node) import { cli } from "../dist/main.js"; try { cli.parse(); } catch (error) { console.log("catch"); console.error(error); }