项目作者: TheFox

项目描述 :
Pretty Print For msgpack: Convert MessagePack'ed files to YAML.
高级语言: Ruby
项目地址: git://github.com/TheFox/mpcat.git
创建时间: 2015-12-18T12:48:52Z
项目社区:https://github.com/TheFox/mpcat

开源协议:MIT License

下载


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

  1. gem install mpcat

or via Gemfile:

  1. gem 'mpcat', '~>1.2'