YAMLScript by Example
One of the best ways to learn a new programming language is to see examples of real code written in that language. This page contains a links to programs written in YAMLScript.
Note: YAMLScript's documentation is a work in progress. Looking at real life examples is a solid way to get started. If you feel the urge to contribute to the documentation, please do so. It would be greatly appreciated!
YAMLScript Examples of Refactoring Large YAML Files
YAMLScript Examples of Programs, Utilities and Automation
- Rosetta Code YAMLScript solutions to Rosetta Code tasks.
- yamllm A command line multi LLM (Anthropic, OpenAI, Gemma) query tool.
- sbs Creates markdown gists to compare pairs of files "side by side". Used to show differences between YS and Go templates in Helm.
- ys-vs-rc Compares YAMLScript and Rosetta Code solutions to the same problem in many languages.
- YAMLScript Repository Utilities
- util/release-yamlscript The utility that orchestrates the release of YAMLScript, including 12 binary builds and
libyamlscript.so
bindings for 10 programming languages. - util/brew-update The utility that updates the Homebrew formula for YAMLScript.
- util/markys Renders Markdown with embedded YAMLScript code blocks. Used for the YAMLScript documentation.
- util/version-bump Bumps the version of dozens of YAMLScript files in the repository at release time.
- util/release-yamlscript The utility that orchestrates the release of YAMLScript, including 12 binary builds and
More examples will be added here as they become known.
If you have YAMLScript example code you'd like to share, please submit a PR to the YAMLScript Repo.