gtx-cli
Deprecated: This package has been renamed to
gt. Please usegtinstead. This package is a backward-compatibility wrapper and will continue to work, but all future development happens ingt.
Command-line tool for General Translation's i18n platform.
Migration
npm uninstall gtx-cli
npm install gt --save-dev
Installation
npm install gt --save-dev
Quick Start
Set up your project:
npx gt init
Generate translations:
npx gt translate
See the full documentation for guides and API reference.