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 a NPM package that consume the @intlayer/cli package and make it available to the intlayer commands line interfaces.

    Note that this package is not needed if the intlayer package is installed. In comparison 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 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 distant dictionaries from your CMS to your locale project

    Consult intlayer-cli for more information.

    Doc History

    Version Date Changes
    5.5.10 2025-06-29 Init history
    Receive notifications about upcoming Intlayer releases