Skip to content

TheFox/mpcat

Repository files navigation

MessagePack Cat

Convert MessagePack-files to YAML.

This tool is actually a side product of One Shall Pass.

Project Outlines

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.

Installation

The preferred method of installation is via RubyGems.org: https://rubygems.org/gems/mpcat

gem install mpcat

or via Gemfile:

gem 'mpcat', '~>1.2'

Project Links

Weblinks