Installation
The best way to install the i18nhero cli is using a package manager like Homebrew, Cargo or npm.
Linux & MacOS
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/i18nhero/cli/releases/latest/download/i18nhero-installer.sh | sh
Windows
powershell -ExecutionPolicy ByPass -c "irm https://github.com/i18nhero/cli/releases/latest/download/i18nhero-installer.ps1 | iex"
Homebrew
Install using Homebrew.
brew install i18nhero/tap/cli
Cargo
Install using Cargo.
cargo install i18nhero --locked
If you do not have Cargo installed, you need to install it first.
npm/npx
You can install i18nhero using npm:
npm install -g i18nhero
i18nhero --help
or run it directly using npx:
npx i18nhero --help