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

https://github.com/alexgorbatchev/yaml-tools

A collection of tools for the amazing yaml module (https://github.com/eemeli/yaml). Built with TypeScript.
https://github.com/alexgorbatchev/yaml-tools

typescript yaml

Last synced: about 2 months ago
JSON representation

A collection of tools for the amazing yaml module (https://github.com/eemeli/yaml). Built with TypeScript.

Awesome Lists containing this project

README

          

# @yaml-tools

A collection of tools for the amazing [yaml](https://github.com/eemeli/yaml) module. Built with TypeScript.

| Name | Description |
| -- | -- |
| [get‑node‑path](./packages/get-node-path) | A utility that converts an array of nodes to a simple path to node represented via an array of strings or numbers. |
| [inline](./packages/inline) | A utility that lets you inline a YAML document. |
| [query](./packages/query) | A utility to query a YAML document using simple object syntax. |
| [read‑file](./packages/read-file) | A utility to read YAML files which can include other YAML files via a special `+include` operator. |
| [visit‑operator](./packages/visit-operator) | A utility to process special YAML nodes, lets call them operators, with the purpose of making plain YAML a little bit smarter. |