Intlayerの今後のリリースに関する通知を受け取る
    作成:2024-08-11最終更新:2025-11-22

    CLI SDK

    CLI SDKは、Intlayer CLIを自分のコード内で使用できるライブラリです。

    npm install @intlayer/cli --save-dev

    使用例:

    import {  push,  pull,  fill,  build,  listContentDeclaration,  testMissingTranslations,  docTranslate,  docReview,  transform,} from "@intlayer/cli";push();// ...pull();// ...fill();// ...build();// ...listContentDeclaration();// ...testMissingTranslations();// ...docTranslate();// ...docReview();// ...transform();// ...
    Intlayerの今後のリリースに関する通知を受け取る