repositorypackage
0.2.14
Repository: https://github.com/hypermodeinc/manifest.git
Documentation: pkg.go.dev
# README
Hypermode Manifest
This repo hosts the JSON schema for hypermode.json
.
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.