--- createdAt: 2024-08-11 updatedAt: 2025-11-22 title: एडिटर कमांड्स description: Intlayer एडिटर कमांड्स का उपयोग कैसे करें, जानें। keywords: - एडिटर - विज़ुअल एडिटर - CLI - Intlayer slugs: - doc - concept - cli - editor --- # एडिटर कमांड्स `editor` कमांड `intlayer-editor` कमांड्स को फिर से रैप करता है। > `editor` कमांड का उपयोग करने के लिए, `intlayer-editor` पैकेज इंस्टॉल होना आवश्यक है। (देखें [Intlayer विज़ुअल एडिटर](https://github.com/aymericzip/intlayer/blob/main/docs/docs/hi/intlayer_visual_editor.md)) ```json fileName="package.json" "scripts": { "intlayer:editor:start": "npx intlayer editor start --with 'next dev --turbopack'" } ```