Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

t081as/DotGGPK

Repository files navigation

DotGGPK

DOTGGPK

DotGGPK is a .NET standard library for parsing Path of Exile's GGPK archive file format.

Installation

Option 0: NuGet

NuGet packages are available here.

Option 1: Source

Requirements

The following tools must be available:

Source code

Get the source code using the following command:

> git clone https://gitlab.com/tobiaskoch/DotGGPK.git

Test

> ./build.ps1

The script will report if the tests succeeded; the coverage report will be located in the directory ./output/coverage/.

Build

> ./build.ps1 --configuration Release

The libraries will be located in the directory ./src/DotGGPK/bin/Release if the build succeeds.

Generate package

> ./build.ps1 --configuration Release --target Pack

The Nuget package will be located in the directory ./output if the build succeeds.

Usage

The documentation of this library can be found here: https://tobiaskoch.gitlab.io/DotGGPK/

Contributing

see CONTRIBUTING.md

Contributors

see AUTHORS.txt

Donating

Thanks for your interest in this project. You can show your appreciation and support further development by donating.

License

DotGGPK © 2018-2020 Tobias Koch. Released under the MIT License.