1 unstable release

0.0.1 Oct 28, 2020

#679 in #file-format

MIT/Apache

29KB
496 lines

Ninres-cli

A command-line tool to handle commonly used Nintendo file formats.

Please refer to the Wiki: https://github.com/Kinnay/Nintendo-File-Formats/wiki

Installation

cargo install ninres-cli

Usage

ninres [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    extract    Extract assets from given input file
    help       Prints this message or the help of the given subcommand(s)
ninres extract --input <input> --output <output>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -i, --input <input>
    -o, --output <output>

Dependencies

~8–19MB
~252K SLoC