https://github.com/yaml/yaml-editor
Edit YAML and see it processed by various processors
https://github.com/yaml/yaml-editor
docker editor yaml
Last synced: 8 months ago
JSON representation
Edit YAML and see it processed by various processors
- Host: GitHub
- URL: https://github.com/yaml/yaml-editor
- Owner: yaml
- Created: 2017-01-10T21:19:39.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T15:13:15.000Z (over 4 years ago)
- Last Synced: 2025-01-29T16:21:35.353Z (over 1 year ago)
- Topics: docker, editor, yaml
- Language: Shell
- Homepage:
- Size: 164 KB
- Stars: 40
- Watchers: 9
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
yaml-editor
===========
Edit YAML and see it processed by various processors
# Synopsis
source .rc
# help
yaml-editor -h
# list supported frameworks
yaml-editor -l
# Open editor with four output windows in a grid
yaml-editor -g c-libyaml.event cpp-yamlcpp.event py-pyyaml.json js-yaml.json
# Description
The editor will download the docker image
[yamlio/yaml-editor](https://hub.docker.com/r/yamlio/yaml-editor/) and start
a Vim session in it.
The Docker Image contains various YAML frameworks.
This repository also contains the code to create the docker image.
The base docker image code can be found in
[yaml-runtimes](https://github.com/yaml/yaml-runtimes).