Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 693 Bytes

File metadata and controls

32 lines (20 loc) · 693 Bytes

GitHub package.json version Actions Status

Variate Schema

This repository tracks changes related to the variate.json schema file to use with Variate.

[See documentation] (https://github.com/VariateHQ/variate-schema/tree/master/docs)

Installation

$ npm install

Validate example against schema

$ npm run validate

Generate documentation

$ npm run docs

Hooks

Pre-commit

npm run validate will be ran before each commit.