ncmc · Build Status Build status

How do I get it?

install from cargo or download from GitHub Release

Install

```

cargo install ncmc ```

If you don’t have cargo, install it with https://rustup.rs.

How do I use it?

convert all ncm files in current directory

ncmc

use with a path

ncmc some/path/contains/ncm/files

use with file list

ncmc 1.ncm ../2.ncm /path/to/3.ncm


Thanks: anonymous5l / ncmdump