# i18nexus-cli

This package has moved to [`@i18nexus/cli`](https://www.npmjs.com/package/@i18nexus/cli).

New installs should use:

```sh
npm install --save-dev @i18nexus/cli
```

or, for global installs:

```sh
npm install -g @i18nexus/cli
```

The command remains the same:

```sh
i18nexus
```

Existing installs of `i18nexus-cli` are kept working through this compatibility wrapper.
