<p align="center">
  <a href="https://generaltranslation.com/docs/cli">
    <picture>
      <source media="(prefers-color-scheme: dark)" srcset="https://generaltranslation.com/brand/gt-logo-dark.svg">
      <img alt="General Translation" src="https://generaltranslation.com/brand/gt-logo-light.svg" width="100" height="100">
    </picture>
  </a>
</p>

<p align="center">
  <a href="https://generaltranslation.com/docs/cli"><strong>Documentation</strong></a> · <a href="https://github.com/generaltranslation/gt/issues">Report Bug</a>
</p>

# gtx-cli

> **Deprecated:** This package has been renamed to [`gt`](https://www.npmjs.com/package/gt). Please use `gt` instead. This package is a backward-compatibility wrapper and will continue to work, but all future development happens in `gt`.

Command-line tool for General Translation's i18n platform.

## Migration

```bash
npm uninstall gtx-cli
npm install gt --save-dev
```

## Installation

```bash
npm install gt --save-dev
```

## Quick Start

Set up your project:

```bash
npx gt init
```

Generate translations:

```bash
npx gt translate
```

See the [full documentation](https://generaltranslation.com/docs/cli) for guides and API reference.
