Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spurte/schema
- Owner: spurte
- Created: 2024-08-07T03:43:42.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-10T23:57:51.000Z (5 months ago)
- Last Synced: 2024-08-11T02:13:26.704Z (5 months ago)
- Topics: pkl-lang, spurte
- Language: Pkl
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```