oliver 0.1.9

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

pub use list::{LoadOrder, ModSet};
pub use settings::{Settings, DEFAULT_APP_DATA_DIR};