Skip to main content

Installation

The Tolgee CLI is written as a NodeJS program you can download via npm. You will need NodeJS version 18 or higher. Once installed, you'll have access to the tolgee command globally.

npm install --global @tolgee/cli
info

You can also install the @tolgee/cli package in the current project only. You won't benefit from the global command, and will have to use a package script (or npx) to run commands.

You should make sure to install it as a dev dependency!