ssube / js-yaml-schema

extended schema types for js-yaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

extended schema types for js-yaml

License:MIT License


Languages

Language:TypeScript 58.7%Language:Makefile 33.8%Language:Shell 7.5%