Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Edit YAML and see it processed by various processors

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).