Socket
Book a DemoInstallSign in
Socket

@kununu/phraseapp-cli

Package Overview
Dependencies
Maintainers
39
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kununu/phraseapp-cli

> > phraseapp-cli for <https://phraseapp.com/>

npmnpm
Version
4.0.2
Version published
Weekly downloads
2.8K
37.16%
Maintainers
39
Weekly downloads
 
Created
Source

phraseapp-cli

phraseapp-cli for https://phraseapp.com/

Installation

Add @kununu/phraseapp-cli to your project

npm install @kununu/phraseapp-cli --save

Add update-translations to your project

Add to package.json

"update-translations": "node ./node_modules/@kununu/phraseapp-cli/index.js",

Add env vars

Make sure PHRASEAPP_PROJECT_ID and PHRASEAPP_ACCESS_TOKEN are properly configured.

Configuration file

You have to add the .phraseapp.json file

For example:

{
  "project_id": "YOUR_PROJECT_ID",
  "path": "YOUR_TRANSLATIONS_PATH",
  "locales": [
    {
      "locale_id": "de_DE",
      "tags": [
        "TAG1",
        "TAG2",
        "TAG3"
      ]
    },
    {
      "locale_id": "de_AT",
      "tags": [
        (...)
      ],
      "fallback_locale_id": "de_DE"
    },
    (...)
  ]
}

License

Apache-2.0 © kununu

FAQs

Package last updated on 03 Apr 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