Project

mpcat

0.0
No commit activity in last 3 years
No release in over 3 years
Pretty print for MessagePack files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.0
 Project Readme

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