Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.9 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.9 KB

yamlfix for 🐳 Docker

This repository provides the otherguy/yamlfix image

Docker Pulls Docker Stars GitHub issues GitHub stars MIT License

Fix your YAML files!

🌈 What is this?

yamlfix is a simple, opinionated yaml formatter that keeps your comments and is written by lyz.

This Docker image intends to bring the awesomeness of yamlfix to Docker and especially whalebrew.

🛠 Usage

You can use this with plain Docker:

$ docker run --rm otherguy/yamlfix your_yaml_file.yaml

Or you can install it using whalebrew and use it simply with yamlfix:

$ whalebrew install otherguy/yamlfix
$ yamlfix your_yaml_file.yaml

🚧 Contributing

Bug reports and pull requests are welcome on GitHub at otherguy/docker-yamlfix.

♥️ Acknowledgements