Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 12 days 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