Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 592 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 592 Bytes

Hypermode Manifest

This repo hosts the JSON schema for hypermode.json.

Hypermode | Docs

Usage

In your hypermode.json, add this line to get autocomplete and error checking:

{
  "$schema": "https://manifest.hypermode.com/hypermode.json"
}

Extras

This repository also contains a small Go module, used internally at Hypermode to ensure that reading from a hypermode.json manifest file is done consistently across various projects. It is not intended for public use.