Convert MessagePack-files to YAML.
This tool is actually a side product of One Shall Pass.
The project outlines as described in my blog post about Open Source Software Collaboration.
- The main purpose of this software is to convert and print MessagePack'ed files to a human-readable format. The default format is YAML.
- This list is open. Feel free to request features.
The preferred method of installation is via RubyGems.org: https://rubygems.org/gems/mpcat
gem install mpcat
or via Gemfile:
gem 'mpcat', '~>1.2'