Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T15:48:24.000Z (about 1 month ago)
- Last Synced: 2024-10-06T05:01:23.695Z (about 1 month ago)
- Topics: docker, docker-image, whalebrew, yamlfix
- Language: Dockerfile
- Homepage:
- Size: 971 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_
[![Docker Pulls](https://img.shields.io/docker/pulls/otherguy/yamlfix)][dockerhub]
[![Docker Stars](https://img.shields.io/docker/stars/otherguy/yamlfix)][dockerhub]
[![GitHub issues](https://img.shields.io/github/issues/otherguy/docker-yamlfix)][issues]
[![GitHub stars](https://img.shields.io/github/stars/otherguy/docker-yamlfix?color=violet)][stargazers]
[![MIT License](https://img.shields.io/github/license/otherguy/docker-yamlfix?color=orange)][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![Fix your YAML files!](yamlfix.png)
## 🌈 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)