https://github.com/otherguy/docker-yamlfix
yamlfix is a simple, opinionated yaml formatter that keeps your comments and is written by lyz.
https://github.com/otherguy/docker-yamlfix
docker docker-image whalebrew yamlfix
Last synced: about 1 year ago
JSON representation
yamlfix is a simple, opinionated yaml formatter that keeps your comments and is written by lyz.
- Host: GitHub
- URL: https://github.com/otherguy/docker-yamlfix
- Owner: otherguy
- License: mit
- Created: 2022-02-16T08:18:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T08:26:21.000Z (about 1 year ago)
- Last Synced: 2025-04-10T09:39:39.774Z (about 1 year ago)
- Topics: docker, docker-image, whalebrew, yamlfix
- Language: Dockerfile
- Homepage:
- Size: 969 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# `yamlfix` for 🐳 Docker
_This repository provides the [`otherguy/yamlfix`][dockerhub] image_
[][dockerhub]
[][dockerhub]
[][issues]
[][stargazers]
[][license]
[dockerhub]: https://hub.docker.com/r/otherguy/yamlfix/
[license]: https://tldrlegal.com/license/mit-license
[stargazers]: https://github.com/otherguy/docker-yamlfix/stargazers
[issues]: https://github.com/otherguy/docker-yamlfix/issues

## 🌈 What is this?
[`yamlfix`](https://github.com/lyz-code/yamlfix) is a simple, opinionated yaml formatter that keeps your comments
and is written by [lyz](https://github.com/lyz-code/).
This Docker image intends to bring the awesomeness of [`yamlfix`](https://github.com/lyz-code/yamlfix) to Docker and
especially [whalebrew](https://github.com/whalebrew/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](https://github.com/whalebrew/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`](https://github.com/otherguy/docker-yamlfix).
## ♥️ Acknowledgements
- [lyz](https://github.com/lyz-code/) for creating [`yamlfix`](https://github.com/lyz-code/yamlfix)
- [devantler](https://github.com/devantler) for [updates and improvements](https://github.com/otherguy/docker-yamlfix/pulls?q=is%3Apr+author%3Adevantler)