RokyZevon / MsgPacker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C# 100.0%