2 Repos
Development utilities that enforce alignment between code and living documentation.
Distinguishing note: Focuses on the development utility aspect, distinct from general documentation tools.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Specification-Driven Development Tools. Refine with filters or upvote what's useful.
OpenSpec is a specification-driven development tool designed to maintain living documentation directly within a software repository. It functions as an automated documentation engine that tracks technical requirements alongside source code, ensuring that system specifications evolve in tandem with the implementation to prevent documentation drift. The framework distinguishes itself through differential change tracking, which compares current code states against stored specifications to identify deviations between intended requirements and actual implementation. By integrating specification st
Maintains living documentation within a repository to ensure code changes remain aligned with defined system requirements.
AutoRest ist ein mehrsprachiger SDK-Generator und OpenAPI-Code-Generator, der darauf ausgelegt ist, konsistente Software Development Kits aus einer einzigen API-Definition zu erstellen. Es fungiert als REST-API-Client-Generator, der Swagger- und OpenAPI-Spezifikationsdateien in funktionale, typisierte HTTP-Client-Bibliotheken umwandelt. Das Tool automatisiert den SDK-Entwicklungs-Workflow durch die Konvertierung von Designdokumenten in Quellcode und stellt sicher, dass die resultierenden Implementierungen über verschiedene Programmiersprachen hinweg dem definierten API-Vertrag entsprechen. Das System nutzt spezifikationsgetriebene Entwicklung unter Verwendung einer Zwischenrepräsentation, um Daten zu normalisieren, bevor sprachspezifische Generierungslogik angewendet wird. Es verwendet template-basierte Codegenerierung und erweiterbare Client-Templates, um abstrakte API-Spezifikationen in diverse Syntaxmuster für mehrere Ziel-Runtimes abzubilden.
Automates the transformation of structured OpenAPI definition files into executable client libraries through a deterministic mapping process.