Author:
    Creation:2026-01-21Last update:2026-01-21

    intlayer-cli Package

    The intlayer-cli package provides a set of commands to manage Intlayer dictionaries and configuration.

    Installation

    bash
    npm install intlayer-cli
    

    Exports

    CLI Commands (Functions)

    The package exports functions that power the CLI commands, allowing you to invoke Intlayer operations programmatically.

    Import:

    tsx
    import "intlayer-cli";
    
    FunctionDescription
    buildBuilds the Intlayer dictionaries.
    auditAudits the dictionaries for missing translations.
    liveSyncSynchronises dictionaries in real time.
    pullPulls dictionaries from a remote source.
    pushPushes dictionaries to a remote source.
    testRuns tests on dictionaries.
    transformTransforms dictionaries between formats.
    fillFills dictionaries with missing translations using AI.
    reviewDocReviews documentation for internationalisation.
    translateDocTranslates documentation using AI.