--- createdAt: 2024-08-11 updatedAt: 2025-11-22 title: Comandi dell'Editor description: Scopri come utilizzare i comandi dell'editor di Intlayer. keywords: - Editor - Editor Visuale - CLI - Intlayer slugs: - doc - concept - cli - editor --- # Comandi dell'editor Il comando `editor` incapsula i comandi di `intlayer-editor`. > Per poter utilizzare il comando `editor`, il pacchetto `intlayer-editor` deve essere installato. (Vedi [Intlayer Visual Editor](https://github.com/aymericzip/intlayer/blob/main/docs/docs/it/intlayer_visual_editor.md)) ```json fileName="package.json" "scripts": { "intlayer:editor:start": "npx intlayer editor start --with 'next dev --turbopack'" } ```