Install from NPM
Two use cases
Choose the guide that matches how you use Prismy:1. GitHub or GitLab integration
If Prismy is connected to your GitHub or GitLab repo, translations sync automatically and you can trigger them via PR comments. Use the CLI to generate translations locally during development.GitHub / GitLab — prismy generate
2. Prismy Hosted
If you use Prismy Hosted without native GitHub/GitLab, you sync translation files yourself. Useprismy push and prismy pull to upload and download translations (locally or in CI).
Prismy Hosted — push & pull
Quick start
- Get an API key from Prismy Settings.
- Install the CLI:
npm install -g prismy-cli - Authenticate:
prismy auth <your-api-key> - Follow the guide for your setup: GitHub/GitLab or Prismy Hosted.