Skip to content

Extractor Installation

perpetualKid edited this page Nov 9, 2020 · 1 revision

Installation

GetText.NET.Extractor can be installed as global .NET Core tool

	dotnet tool install -g GetText.NET.Extractor

NB: To enable installation of preview/pre-release versions, the exact version needs to be specified using the --version option.

	dotnet tool install -g GetText.NET.Extractor --version 0.9.2-beta.1

Using

	dotnet tool list -g

to check installed tools and version:

Package Id Version Commands
gettext.net.extractor 0.9.2-beta.1 GetText.Extractor

 

Once installed, the tool can be used by simply calling "GetText.Extractor" on the CLI.

Update

It's always recommended to update to the latest version. The GetText.Net.Extractor does not include any version check or upgrade capability, but uses the "dotnet" infrastructure:

	dotnet tool update -g GetText.NET.Extractor
Clone this wiki locally