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.
- Host: GitHub
- URL: https://github.com/alexgorbatchev/yaml-tools
- Owner: alexgorbatchev
- License: isc
- Created: 2022-11-21T23:50:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T23:47:13.000Z (over 3 years ago)
- Last Synced: 2026-04-24T05:08:57.362Z (2 months ago)
- Topics: typescript, yaml
- Language: TypeScript
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. |