i18nexus-cli

CLI tool for managing translations and localization via the i18nexus API

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Command line interface (CLI) for accessing the i18nexus API

Commands

i18nexus

Examples

upload translation strings to a localization project$ i18nexus upload --project myapp --file strings.json
download translated strings from a project$ i18nexus download --project myapp --language es --output translations.json
list all projects in your i18nexus account$ i18nexus projects list
check translation status and completion percentage$ i18nexus status --project myapp
authenticate with your i18nexus API credentials$ i18nexus auth login --token YOUR_API_TOKEN