ssube
da26ddd026
BREAKING CHANGE: this library is now exposed as a module in the package.json, and may need to be bundled for environments that do not have stable support for ES modules. nyc has been replaced with c8 for coverage. |
||
---|---|---|
.github | ||
config | ||
docs/api | ||
scripts | ||
src | ||
test | ||
vendor/rollup-resources | ||
.codeclimate.yml | ||
.dockerignore | ||
.eslintrc.json | ||
.gitignore | ||
.gitlab-ci.yml | ||
.npmignore | ||
.npmrc | ||
CHANGELOG.md | ||
Dockerfile.alpine | ||
Dockerfile.stretch | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
package.json | ||
renovate.json | ||
run.mk | ||
tsconfig.json | ||
yarn.lock |
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, fromprocess
with name restrictions