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
- Host: GitHub
- URL: https://github.com/ssube/js-yaml-schema
- Owner: ssube
- License: mit
- Created: 2019-11-13T14:21:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T10:25:57.000Z (over 2 years ago)
- Last Synced: 2025-04-09T02:19:37.742Z (about 1 year ago)
- Topics: js-yaml, js-yaml-schema, yaml, yaml-tag
- Language: TypeScript
- Homepage:
- Size: 1.49 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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