pugjs / pug-cli

Pug's CLI interface
MIT License
259 stars 63 forks source link

Support YAML object #78

Closed hideo54 closed 1 year ago

hideo54 commented 5 years ago

I like YAML format because of its great readability, so I've made this program support YAML object.

Example command: pug index.pug -O data.yaml (just the same way as JSON object input)

If you like it, I would like you to consider merging this change.