A converter for config-related text formats. Supported formats:
- json
- ini
- yaml
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
convert from.json to.yml
- PHP 5.6+