Creation:2024-08-11Last update:2025-11-22
استخدم هذه الصفحة والموفر AI الذي تريدهChatGPTClaudeDeepSeekGoogle AI modeGeminiPerplexityMistralGrok
استخدم مساعدك المفضل للملخص واستخدم هذه الصفحة والموفر 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
SDK سطر الأوامر
SDK سطر الأوامر هو مكتبة تتيح لك استخدام سطر أوامر Intlayer في كودك الخاص.
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();// ...