Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

houkiboshi-fabric/schema

Repository files navigation

houkiboshi-fabric schema

Overview

Files

  • docs/*.json
    • generated schemas
  • docs/ref-parsed/*.json
    • generated schemas parsed $ref pointer

Updating schemas

Requirement

Recommended

Install

$ git clone git@github.com:houkiboshi-fabric/schema.git
$ cd schema/
$ nodenv update-version-defs && nodenv install # <-- optional
$ yarn install

Usage

Run following to show task list:

$ yarn run

Build

build task for production:

$ yarn run build

Develop

build & watch task for development:

$ yarn start
// or
$ yarn watch

Validate

format, build, then validate:

$ yarn validate

Author

houkiboshi-fabric

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published