Skip to content

steffbeckers/abp-cli

Repository files navigation

SteffBeckers.Abp.Cli for ABP.io projects

Commands

  • Localization
    • Scan folder, search for localization keys
    • Export localizations to formats
      • Excel
    • Import localizations from formats to JSON
      • Excel

NuGet

https://www.nuget.org/packages/SteffBeckers.Abp.Cli

Installation

dotnet tool install -g SteffBeckers.Abp.Cli

Updates

dotnet tool update -g SteffBeckers.Abp.Cli

Release

dotnet pack -c Release
dotnet nuget push SteffBeckers.Abp.Cli.x.x.x.nupkg --api-key <API key here> --source https://api.nuget.org/v3/index.json