Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 464 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 464 Bytes

MsgPacker

A simple CLI tool that uses MessagePack-CSharp to convert between MessagePack and JSON, with wildcard support.

Usage

MsgPacker <filepath>

Examples

MsgPacker ./text.msg

will convert ./text.msg to ./output/text.json.

MsgPacker ./*.msg

will convert all .msg files in the current directory to .json files in the ./output directory.