Command line utility to extract and pack XNB files.
XNB files use a compression algorithm that is not easily available, this project uses a DLL that is probably proprietary for compression/decompression, and as such it was not included in the repository. You can find the DLL here.
./node main.js extract input_dir output_dir
./node main.js extract input.xnb output.yaml
./node main.js pack input_dir output_dir
./node main.js pack input.yaml output.xml