SkillAgentSearch skills...

BlangJsonGenerator

Small utility to aid in the creation of JSON string mods for the new EternalModLoader.

Install / Use

/learn @brunoanc/BlangJsonGenerator
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

BlangJsonGenerator

Small utility to aid in the creation of JSON string mods for the new EternalModLoader.

Usage

Double click the executable or launch from the terminal.

Compiling

Linux / macOS

To compile, you'll need a Rust environment set up with rustup. You can set it up by running:

curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh

and following the given instructions.

Afterwards, clone this repo:

git clone https://github.com/PowerBall253/BlangJsonGenerator.git

Finally, cd into the directory and compile with cargo:

cd BlangJsonGenerator
cargo build --release

The compiled binary will be located at the ./target/release folder.

Windows

To compile, you'll need a Rust environment set up with rustup and the Visual Studio C++ build tools. You can set it up by downloading rustup from here and follow the given instructions, then downloading Visual Studio 2019 and selecting the C++ tools for download.

Afterwards, clone this repo using the Git Bash:

git clone https://github.com/PowerBall253/BlangJsonGenerator.git

Finally, cd into the directory and compile with cargo:

cd BlangJsonGenerator
cargo build --release

The compiled binary will be located at the .\target\release folder.

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1y ago
Forks0

Languages

Rust

Security Score

70/100

Audited on Dec 6, 2024

No findings