🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

babli

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babli

Use Babli.ai from your commandline. Sync your project with Babli.

latest
Source
npmnpm
Version
0.0.18
Version published
Weekly downloads
417
19.48%
Maintainers
1
Weekly downloads
 
Created
Source

Babli CLI

Use Babli.ai from your commandline. Sync your project with Babli.

Use

When you have new keys to translate. Add them to one of your translation files. And then

  • run babli login if you haven't already
  • babli push - push new keys/translations to Babli.ai
  • translate them on babli.ai
  • babli pull - pull the new translations to your project

Install

npm install -g babli

Use in CI

  • set BABLI_API_KEY env variable (find it in your project settings)
  • run babli pull to pull translations from babli.ai

Automatic Setup (coming soon)

create new Babli.ai project and connect it to your local project

babli create-project

Manual Setup

  • Create a babli.json or babli.yaml file in the root of your project
  • Create an empty project in babli.ai and get your projectId
  • Add your projectId and pattern to find your translation files
    {
      "projectId": "<your projectId>",
      "translationFiles": [{ "pattern": "src/translations/{{lang}}.json" }]
    }
    
  • Then you can push your keys from your project babli push

FAQs

Package last updated on 09 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts