--- createdAt: 2024-08-11 updatedAt: 2025-11-22 title: Editor Commands description: Learn how to use the Intlayer editor commands. keywords: - Editor - Visual Editor - CLI - Intlayer slugs: - doc - concept - cli - editor --- # Editor commands The `editor` command wraps the `intlayer-editor` commands. > To be able to use the `editor` command, the `intlayer-editor` package must be installed. (See [Intlayer Visual Editor](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en-GB/intlayer_visual_editor.md)) ```json fileName="package.json" "scripts": { "intlayer:editor:start": "npx intlayer editor start --with 'next dev --turbopack'" } ```