Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1000 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 1000 Bytes

Aurora Box

logo

aurora-box is an experimental CLI tool that generates static data from the League Wiki's ARAM and Arena page. Generated data currently includes champion balance changes and effects for each mode.

Made using C# and the .NET ecosystem.

Contributors

Requirements

  • .NET 8 capable runtime
  • x64 Windows, Linux, or Mac

Usage

./aurora-box

When it successfully runs, data files will be written to the local folder.

MessagePack can be selected as the serialized data format instead of JSON:

./aurora-box -f MessagePack

Linux

If you're running a Ubuntu distro, add the runtime if not installed:

sudo apt-get install dotnet-runtime-8.0

Set executable permissions:

chmod +x ./aurora-box

License

AuroraBox is licensed under the terms of the MIT license.