Recibe notificaciones sobre los próximos lanzamientos de Intlayer
    Creación:2024-08-11Última actualización:2025-11-22

    SDK CLI

    El SDK CLI es una biblioteca que te permite usar el CLI de Intlayer en tu propio código.

    npm install @intlayer/cli --save-dev

    Ejemplo de uso:

    import {  push,  pull,  fill,  build,  listContentDeclaration,  testMissingTranslations,  docTranslate,  docReview,  transform,} from "@intlayer/cli";push();// ...pull();// ...fill();// ...build();// ...listContentDeclaration();// ...testMissingTranslations();// ...docTranslate();// ...docReview();// ...transform();// ...
    Recibe notificaciones sobre los próximos lanzamientos de Intlayer