ssube
77b6f4cc74
BREAKING CHANGE: rather than use the `fs` functions (`existsSync`, `readSync`, etc) to include files, this uses fields of the `includeSchema`. To maintain the previous functionality, fields should be set as follows: - `exists = existsSync` - `read = readSync` - `resolve = realpathSync` |
||
---|---|---|
.github | ||
config | ||
docs/api | ||
scripts | ||
src | ||
test | ||
vendor/rollup-resources | ||
.codeclimate.yml | ||
.dockerignore | ||
.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