Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 507 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 507 Bytes

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=/