Installation

Get started with our CLI.

Requirements

We recommend and have tested the following requirements for the best experience with JSON DeepL CLI:

  • Node LTS
  • Npm or your package manager of choice (yarn, pnpm, etc.)
  • I18n JSON file

Running JSON DeepL CLI

You can run JSON DeepL CLI using npx without installing it globally or as a dependency in your project.

This way you are always using the latest version of JSON DeepL CLI.

npx @jsondeepl/cli@latest

Installation

If you prefer to manually install and update, You can install JSON DeepL CLI globally or as a dependency in your project.

Choose your preferred package manager to install:

npm install -D @jsondeepl/cli