Project

ppy

0.0
No commit activity in last 3 years
No release in over 3 years
A helper tool to pretty print YAML data.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 2.0.0
 Project Readme

Pretty Print YAML

Build Status

Provides a CLI executable to pretty print YAML files in colour.

Install

gem install ppy

Examples

ppy path/to/file.yml

ppy path/to/file.yml some_key

ppy path/to/file.yml some_key.some_nested_key

# Seperator can be specified using -s, --seperator, or PPY_SEPERATOR env var.
ppy path/to/file.yml some.dot.key/nested.key --seperator=/