Skip to content

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

License

Notifications You must be signed in to change notification settings

RokyZevon/MsgPacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages