Git Product home page Git Product logo

dxlocalizationnugetgenerator's Introduction

DX Localization NuGet Generator

This project aims to create localization NuGet packages from provided DevExpress NuGet packages and localization libraries provided by DevExpress Localization service.

Usage

The DXLocalizationNugetGenerator executable has two commands. The CreateNuspec must precede the CreateNuget command.

Create nuspec files

Create nuspec files before the NuGet packages creation. You will need:

  • --inputDXNuGetPath - path to DevExpress Nuget packages
  • --inputLocalizationPath - path to DevExpress localization libraries from DevExpress Localization Service
  • --outputLanguageCode - target two letter language code
  • --outputNuspecPath - target nuspec path.
.\DXLocalizationNugetGenerator.exe CreateNuspec --inputDXNuGetPath="C:\Program Files (x86)\DevExpress 20.2\Components\System\Components\packages" --inputLocalizationPath=D:\Playground\devexpress-nuget-localization\source\localization --outputLanguageCode=cs --outputNuspecPath=D:\Playground\devexpress-nuget-localization\target\nuspec

Create NuGet packages

Create NuGet packages. This command takes all nuspec files from the given input path and creates NuGet packages. If the NuGet executable does not exist in PATH, the latest stable NuGet executable is downloaded and used for the creation of the NuGet package. To use this command, you will need:

  • --i - path to the directory that consists of nuspec files
  • --o - path to output directory that will contain the generated NuGet files.
.\DXLocalizationNugetGenerator.exe CreateNuget -i D:\Playground\devexpress-nuget-localization\target\nuspec -o D:\Playground\devexpress-nuget-localization\target\nuget

Contributing

Contributions are welcome. Feel free to file issues and pull requests on the repo.

dxlocalizationnugetgenerator's People

Contributors

gebitmattias avatar svatoplukulicny avatar jslachta avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.