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

https://github.com/ssube/js-yaml-schema

extended schema types for js-yaml
https://github.com/ssube/js-yaml-schema

js-yaml js-yaml-schema yaml yaml-tag

Last synced: about 2 months ago
JSON representation

extended schema types for js-yaml

Awesome Lists containing this project

README

          

# js-yaml-schema

This is an extension schema for js-yaml, adding custom tags for
common config types.

## Tags

- `!env`: environment variables
- `!include`: file include, parsed with the same schema
- `!regexp`: regular expression, with flags
- `!stream`: NodeJS stream, from `process` with name restrictions