Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 671 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 671 Bytes

ck3json

Convert CK3 files to JSON

Supports CK3 version 1.2.1

Usage

USAGE:
    ck3json [FLAGS] <file> [grammar]

FLAGS:
    -h, --help         Prints help information
    -m, --melt-only    Melt ck3bin-format and return text without converting to JSON
    -V, --version      Prints version information

ARGS:
    <file>       CK3 file to parse
    <grammar>     [default: ck3txt]  [possible values: ck3txt, ck3bin]

Crate

Crates.io

Projects using ck3json