docs/*.json
- generated schemas
docs/ref-parsed/*.json
- generated schemas parsed
$ref
pointer
- generated schemas parsed
- Node.js
- See .node-version
- Yarn
$ git clone git@github.com:houkiboshi-fabric/schema.git
$ cd schema/
$ nodenv update-version-defs && nodenv install # <-- optional
$ yarn install
Run following to show task list:
$ yarn run
build task for production:
$ yarn run build
build & watch task for development:
$ yarn start
// or
$ yarn watch
format, build, then validate:
$ yarn validate