1
0
Fork 0
Go to file
renovate[bot] efe7bdd01c update: update dependency typescript to v4.9.5 2023-02-08 08:50:39 -06:00
.github feat: new project from template 2019-11-13 08:01:51 -06:00
.gitlab feat(build): remove rollup, do not bundle the output 2022-10-08 16:11:43 -05:00
config fix(build): reduce coverage requirements to match previous, fix typedef warnings 2022-10-08 16:11:43 -05:00
docs fix(build): reduce coverage requirements to match previous, fix typedef warnings 2022-10-08 16:11:43 -05:00
scripts feat: new project from template 2019-11-13 08:01:51 -06:00
src fix(build): reduce coverage requirements to match previous, fix typedef warnings 2022-10-08 16:11:43 -05:00
test fix: use module imports, upgrade js-utils to module 2022-10-08 16:11:43 -05:00
.codeclimate.yml feat: new project from template 2019-11-13 08:01:51 -06:00
.dockerignore feat: new project from template 2019-11-13 08:01:51 -06:00
.eslintrc.json feat: expose package as ES module 2021-07-27 21:06:45 -05:00
.gitignore feat: new project from template 2019-11-13 08:01:51 -06:00
.gitlab-ci.yml fix(build): remove image jobs, extra makefile 2022-10-08 16:11:43 -05:00
.npmignore feat: new project from template 2019-11-13 08:01:51 -06:00
.npmrc feat: new project from template 2019-11-13 08:01:51 -06:00
CHANGELOG.md chore(release): 0.6.0-0 2022-10-08 16:24:22 -05:00
LICENSE.md feat: new project from template 2019-11-13 08:01:51 -06:00
Makefile feat(build): remove rollup, do not bundle the output 2022-10-08 16:11:43 -05:00
README.md fix(docs): list tags in readme 2019-11-13 08:26:10 -06:00
package.json update: update dependency typescript to v4.9.5 2023-02-08 08:50:39 -06:00
renovate.json fix: reduce renovate noise, automerge test deps 2021-06-11 10:57:52 -05:00
tsconfig.json feat: new project from template 2019-11-13 08:01:51 -06:00
yarn.lock update: update dependency typescript to v4.9.5 2023-02-08 08:50:39 -06:00

README.md

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