A CLI [Minecraft] NBT file viewer written by Node.js with ❤️.
$ [sudo] npm install -g nbtviewerYou can type:
$ nbtv -hor
$ nbtviewer -hto see the help information.
Usage: nbtv[iewer] <input> [options]
input The input filename
Options:
-d, --indent The output JSON indent [2]
-o, --output The output filename. If no file specified, it will be printed at console
-v, --version Show the version of nbtv
-h, --help Show the help informationYou're welcome to fork and make pull requests!