This repository provides the otherguy/yamlfix
image
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.
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
Bug reports and pull requests are welcome on GitHub at otherguy/docker-yamlfix
.
- lyz for creating
yamlfix
- devantler for updates and improvements