Open Source Register: Standards Checker

Details van repository: Standards Checker

Beschrijving

Standards Checker is the shared validation framework behind Geonovum's checker applications. It uses Stoplight Spectral rulesets to validate documents and API descriptions against technical standards, and packages everything needed to build a checker: a programmatic validation engine, a CLI toolkit for command-line validation, and an embeddable React user interface with a CodeMirror editor that lints as you type.

The package also ships shared Vite, Vitest, ESLint, Prettier and TypeScript configurations plus a pre-built Tailwind CSS bundle, so consumer applications such as ogc-checker and don-checker stay small and consistent. Standards and their versions are described once and reused by both the web UI and the CLI.

Spectral-based validation engine with a programmatic APICLI toolkit for building command-line checkersEmbeddable React UI with a CodeMirror editorShared Vite, Vitest, ESLint, Prettier and TypeScript configsPre-built Tailwind CSS bundle, no CSS tooling required downstream