Creation:2024-08-11Last update:2025-11-22
このドキュメントをあなたの好きなAIアシスタントに参照してくださいChatGPTClaudeDeepSeekGoogle AI modeGeminiPerplexityMistralGrok
このページとあなたの好きなAIアシスタントを使ってドキュメントを要約します
このページのコンテンツはAIを使用して翻訳されました。
英語の元のコンテンツの最新バージョンを見るEdit this doc
If you have an idea for improving this documentation, please feel free to contribute by submitting a pull request on GitHub.
GitHub link to the documentationCopy
Copy doc Markdown to clipboard
CLI SDK
CLI SDKは、Intlayer CLIを自分のコード内で使用できるライブラリです。
bash
コードをコピー
コードをクリップボードにコピー
npm install @intlayer/cli --save-dev使用例:
ts
コードをコピー
コードをクリップボードにコピー
import { push, pull, fill, build, listContentDeclaration, testMissingTranslations, docTranslate, docReview, extract,} from "@intlayer/cli";push();// ...pull();// ...fill();// ...build();// ...listContentDeclaration();// ...testMissingTranslations();// ...docTranslate();// ...docReview();// ...extract();// ...