Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spurte/schema

The configuration specifications used and shared between Spurte Projects
https://github.com/spurte/schema

pkl-lang spurte

Last synced: 21 days ago
JSON representation

The configuration specifications used and shared between Spurte Projects

Awesome Lists containing this project

README

        

# Spurte Schemas

The repository for the development of the spurte schemas.
The spurte schemas are worked on here and then reflected in the given code bases for validation and in the JS/Dart APIs.

## Using
Generate the schemas

```bash
deno task gen # If you are using deno
pkl eval gen.pkl # Else
```