Socket
Book a DemoInstallSign in
Socket

@kununu/phraseapp-cli

Package Overview
Dependencies
Maintainers
39
Versions
32
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/>

4.0.2
latest
npmnpm
Version published
Weekly downloads
2.4K
37.47%
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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.