Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.21 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.21 KB

Msgpack Util

Minimum Dotnet Versions badge Current Version badge MIT licence badge

msgpack-util:
  Commandline utilities for MessagePack

Usage:
  msgpack-util [options] <inputFile>

Arguments:
  <inputFile>

Options:
  --output-file <output-file>                    File the JSON string is written too
  --compression <Lz4Block|Lz4BlockArray|None>    The type of compression used [default: None]
  --trusted                                      Can this data be trusted (True, False) [default: False]
  --formatted-json                               Do you want to format the json (True, False) [default: True]
  --version                                      Show version information
  -?, -h, --help                                 Show help and usage information

Build instructions

  • dotnet restore
  • dotnet build --configuration Release
  • Prepare Software for distribution

Development instructions

  • dotnet restore
  • dotnet run [options] <inputFile>

Changelog

1.0.0-alpha

  • Initial version with MessagePack to JSON conversion