Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (about 8 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T15:13:15.000Z (about 3 years ago)
- Last Synced: 2024-09-30T22:42:19.267Z (4 months ago)
- Topics: docker, editor, yaml
- Language: Shell
- Homepage:
- Size: 164 KB
- Stars: 39
- Watchers: 9
- Forks: 33
- 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).