2 مستودعات
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 هو مولد SDK متعدد اللغات ومولد كود OpenAPI مصمم لإنتاج مجموعات تطوير برمجيات متسقة من تعريف API واحد. يعمل كمولد عميل REST API يحول ملفات مواصفات Swagger وOpenAPI إلى مكتبات عميل HTTP وظيفية ومكتوبة (typed). تؤتمت الأداة سير عمل تطوير الـ SDK من خلال تحويل مستندات التصميم إلى كود مصدري، مما يضمن مطابقة التنفيذات الناتجة لعقد الـ API المحدد عبر لغات برمجة مختلفة. يستخدم النظام التطوير القائم على المواصفات باستخدام تمثيل وسيط لتطبيع البيانات قبل تطبيق منطق التوليد الخاص باللغة. يستخدم توليد الكود القائم على القوالب وقوالب العميل القابلة للتوصيل لتعيين مواصفات API المجردة إلى أنماط بناء جملة متنوعة لأوقات تشغيل مستهدفة متعددة.
Automates the transformation of structured OpenAPI definition files into executable client libraries through a deterministic mapping process.