Receive notifications about upcoming Intlayer releases
    Creation:2025-02-07Last update:2025-06-29

    intlayer-cli: NPM Package to use the Intlayer CLI

    Intlayer is a suite of packages designed specifically for JavaScript developers. It is compatible with frameworks like React, React, and Express.js.

    The intlayer-cli package is an NPM package that consumes the @intlayer/cli package and makes it available to the intlayer command line interfaces.

    Note that this package is not required if the intlayer package is installed. Compared to the intlayer package, the intlayer-cli package is a lighter package that only contains the CLI tool, without @intlayer/core dependencies.

    Installation

    Install the necessary package using your preferred package manager:

    bash
    npm install intlayer-cli -g

    Usage

    Here is an example of how to use the intlayer-cli package:

    bash
    npx intlayer dictionaries build

    CLI commands

    Intlayer provides a CLI tool to:

    • audit your content declarations and complete missing translations
    • build dictionaries from your content declarations
    • push and pull remote dictionaries from your CMS to your locale project

    Consult intlayer-cli for more information.

    Doc History

    • 5.5.10 - 2025-06-29: Initial history
    Receive notifications about upcoming Intlayer releases