Ecosyste.ms: Awesome
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: 12 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T10:25:57.000Z (almost 1 year ago)
- Last Synced: 2024-04-24T12:03:41.789Z (7 months ago)
- Topics: js-yaml, js-yaml-schema, yaml, yaml-tag
- Language: TypeScript
- Homepage:
- Size: 1.49 MB
- Stars: 0
- Watchers: 3
- 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