All Projects → dreftymac → awesome-yaml

dreftymac / awesome-yaml

Licence: Unlicense license
YAML awesomeness

Projects that are alternatives of or similar to awesome-yaml

awesome-json-next
A Collection of What's Next for Awesome JSON (JavaScript Object Notation) for Structured (Meta) Data in Text - JSON5, HJSON, HanSON, TJSON, SON, CSON, USON, JSONX/JSON11 & Many More
Stars: ✭ 50 (+38.89%)
Mutual labels:  opendata, txt
awesome-csv
Awesome Comma-Separated Values (CSV) - What's Next? - Frequently Asked Questions (F.A.Q.s) - Libraries & Tools
Stars: ✭ 46 (+27.78%)
Mutual labels:  opendata, txt
ufw
A minimalist framework for rapid server side applications prototyping in C++ with dependency injection support.
Stars: ✭ 19 (-47.22%)
Mutual labels:  yaml
merge-yaml-cli
Node.js CLI utility for merging YAML files
Stars: ✭ 14 (-61.11%)
Mutual labels:  yaml
homebridge-airrohr
HomeBridge module for the DIY luftdaten.info particulates sensor. See http://luftdaten.info how to build your own
Stars: ✭ 48 (+33.33%)
Mutual labels:  opendata
exenv
Exenv makes loading environment variables from external sources easy.
Stars: ✭ 35 (-2.78%)
Mutual labels:  yaml
contact-officials
Form definitions powering Resistbot's electronic deliveries to elected officials in the United States.
Stars: ✭ 29 (-19.44%)
Mutual labels:  yaml
codemagic-sample-projects
A collection of sample apps built with Codemagic CI/CD. Please see the codemagic.yaml file for a sample workflow configuration.
Stars: ✭ 82 (+127.78%)
Mutual labels:  yaml
climatecontrol
Python library for loading settings and config data from files and environment variables
Stars: ✭ 20 (-44.44%)
Mutual labels:  yaml
rawr
Extract raw R code directly from webpages, including Github, Kaggle, Stack Overflow, and sites made using Blogdown.
Stars: ✭ 15 (-58.33%)
Mutual labels:  stackoverflow
ogrants
Open grants list
Stars: ✭ 96 (+166.67%)
Mutual labels:  yaml
stein
A linter for config files with a customizable rule set
Stars: ✭ 92 (+155.56%)
Mutual labels:  yaml
polyglot-jekyll
Plugin-free multilanguage Jekyll websites
Stars: ✭ 46 (+27.78%)
Mutual labels:  yaml
artemis cli
A command-line application for tutors to more productively grade programming excises on ArTEMiS
Stars: ✭ 12 (-66.67%)
Mutual labels:  yaml
reader
tReader,又一个 txt 文本阅读器,Web App; Yet another txt reader
Stars: ✭ 49 (+36.11%)
Mutual labels:  txt
ansible-taskrunner
Ansible Taskrunner - ansible-playbook wrapper with YAML-abstracted python click cli options!
Stars: ✭ 14 (-61.11%)
Mutual labels:  yaml
cfg-rs
A Configuration Library for Rust Applications
Stars: ✭ 18 (-50%)
Mutual labels:  yaml
awesome-kramdown
A collection of awesome kramdown goodies for the converter for (structured) text with formatting markup in markdown conventions
Stars: ✭ 36 (+0%)
Mutual labels:  txt
urlshort
Ex 2 - Create an http.Handler that forwards paths to other URLs
Stars: ✭ 114 (+216.67%)
Mutual labels:  yaml
opendata
Finland national open data portal (avoindata.fi) source code.
Stars: ✭ 27 (-25%)
Mutual labels:  opendata

YAML awesomeness

A curated list of YAML resources. Inspired by the awesome. See also Awesome Yaml (@datatxt)

awesome-yaml

Overview

YAML is a configuration format similar to JSON.

YAML is underrated

  • Some developers who use it had a negative first-impression of the format, usually because of the syntax.
  • Some dislike the fact that YAML allows the use of indentation for specifying scope (although indentation is technically not required).
  • Some consider YAML to be superfluous: "XML and JSON fit the bill nicely enough".
  • Some have either never heard of YAML or are influenced by the fact that it is (or at least was) not as famous as JSON or XML.

YAML is a supserset of JSON

## This is valid YAML syntax
## Try it out now by copy-pasting it into an online YAML parser
## (e.g., http://yaml-online-parser.appspot.com/)

{
 "json": [
   "fat and rigid"
 ],
 "yaml": [
   "skinny and flexible"
 ],
 "object": {
   "array": [
     {
       "null_value": null
     },
     {
       "boolean": true
     },
     {
       "integer": 1
     }
   ]
 }
}

Digging in

Advanced

Alternatives

Annoyances

  • Parsers Consistently bad parsing of YAML

Cloud

Critique

Documentation and resources

GUI

Mentions

NoCode

  • NoCode and LowCode
  • Lowdefy - An open-source low-code framework to build internal tools, web apps, admin panels, BI dashboards, workflows, and CRUD apps with ease by simply writing YAML.

Parsers

People

Projects

Security

Specification

Templating

Tools

Transformation

Variables

Variables (example workarounds)

Validation

Tutorial

YAML GISTS

YAML Gems

Searches

See also

Aweseomeness

Github

💀 R.I.P.

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