Skip to content

extended schema types for js-yaml

License

Notifications You must be signed in to change notification settings

ssube/js-yaml-schema

Repository files navigation

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