Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 753 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 753 Bytes

Build Status Code Climate Test Coverage

About

A converter for config-related text formats. Supported formats:

  • json
  • ini
  • yaml

Install

sudo git clone https://github.com/codeskull/converter /opt/converter # pull the repo
ln -s /opt/converter/bin/convert /usr/local/bin/convert # link the binary

Usage example

convert from.json to.yml

Requirements

  • PHP 5.6+