1
0
Fork 0
js-yaml-schema/README.md

12 lines
311 B
Markdown
Raw Permalink Normal View History

2019-11-13 14:25:18 +00:00
# js-yaml-schema
2019-11-13 14:01:51 +00:00
2019-11-13 14:25:18 +00:00
This is an extension schema for js-yaml, adding custom tags for
common config types.
2019-11-13 14:01:51 +00:00
2019-11-13 14:25:18 +00:00
## Tags
2019-11-13 14:01:51 +00:00
2019-11-13 14:25:18 +00:00
- `!env`: environment variables
- `!include`: file include, parsed with the same schema
- `!regexp`: regular expression, with flags
- `!stream`: NodeJS stream, from `process` with name restrictions