oliver 0.5.1

Lightweight CLI mod development tool for Baldur's Gate 3 on Linux
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod export;
mod import;
mod install;
mod pack;
mod parse;
mod read_only_guard;
mod settings;
mod uninstall;
mod unpack;

pub use settings::{DEFAULT_APP_DATA_DIR, Settings};