All Projects → yaml → yaml-editor

yaml / yaml-editor

Licence: other
Edit YAML and see it processed by various processors

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language
Vim Script
2826 projects
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to yaml-editor

remark-frontmatter
remark plugin to support frontmatter (YAML, TOML, and more)
Stars: ✭ 167 (+475.86%)
Mutual labels:  yaml
consulator
Import and synchronize your Consul KV data from JSON and YAML
Stars: ✭ 27 (-6.9%)
Mutual labels:  yaml
dynamic.yaml
DEPRECATED: YAML-based data transformations
Stars: ✭ 14 (-51.72%)
Mutual labels:  yaml
coqpit
Simple but maybe too simple config management through python data classes. We use it for machine learning.
Stars: ✭ 67 (+131.03%)
Mutual labels:  yaml
icingaweb2-module-fileshipper
Provide CSV, JSON, XML and YAML files as an Import Source for the Icinga Director and optionally ship hand-crafted additional Icinga2 config files
Stars: ✭ 25 (-13.79%)
Mutual labels:  yaml
AUCR
Analyst Unknown Cyber Range - a micro web service framework
Stars: ✭ 24 (-17.24%)
Mutual labels:  yaml
eslint-plugin-yml
This ESLint plugin provides linting rules for YAML.
Stars: ✭ 40 (+37.93%)
Mutual labels:  yaml
gohit
Run curl commands from yaml files
Stars: ✭ 19 (-34.48%)
Mutual labels:  yaml
go-config
Configuration file loader for Go
Stars: ✭ 27 (-6.9%)
Mutual labels:  yaml
pipeline
Spline is a tool that is capable of running locally as well as part of well known pipelines like Jenkins (Jenkinsfile), Travis CI (.travis.yml) or similar ones.
Stars: ✭ 29 (+0%)
Mutual labels:  yaml
paerser
No description or website provided.
Stars: ✭ 38 (+31.03%)
Mutual labels:  yaml
kahoy
Simple Kubernetes raw manifests deployment tool
Stars: ✭ 33 (+13.79%)
Mutual labels:  yaml
elk
🦌 Minimalist yaml based task runner
Stars: ✭ 43 (+48.28%)
Mutual labels:  yaml
Prinder
Free Pull Request reminder for Github. Has configurations to post reminders to Slack and email along with jinja templating
Stars: ✭ 21 (-27.59%)
Mutual labels:  yaml
statics
Base class and modules for YAML backed static models.
Stars: ✭ 41 (+41.38%)
Mutual labels:  yaml
gen-cisco
🧨 Generates Cisco scripts based on YAML files
Stars: ✭ 29 (+0%)
Mutual labels:  yaml
HsYAML
YAML 1.2 implementation in pure Haskell
Stars: ✭ 50 (+72.41%)
Mutual labels:  yaml
Guice-configuration
Guice configuration module allows inject values from files as JSON, HOCON and Properties format
Stars: ✭ 28 (-3.45%)
Mutual labels:  yaml
bafi
Universal JSON, BSON, YAML, CSV, XML converter with templates
Stars: ✭ 65 (+124.14%)
Mutual labels:  yaml
ryaml
Python yaml library using Rust
Stars: ✭ 14 (-51.72%)
Mutual labels:  yaml

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].