5 个仓库
Methodologies for integrating automated code generation into the software development lifecycle.
Distinguishing note: Focuses on the development workflow process rather than the generation tools themselves.
Explore 5 awesome GitHub repositories matching software engineering & architecture · API-Driven Development Workflows. Refine with filters or upvote what's useful.
This project is a command-line tool and template-based scaffolding engine that transforms API interface specifications into functional client libraries and server stubs. By automating the creation of type-safe SDKs and boilerplate code, it bridges the gap between service definitions and implementation, allowing developers to maintain synchronized codebases across many programming languages. The tool distinguishes itself through a portable execution model that utilizes containerized build isolation to ensure identical output regardless of the host environment. It features a modular, plugin-bas
Integrates automated code generation into the software development lifecycle to keep client and server implementations synchronized with evolving API contracts.
Swag is a documentation tool for Go that generates standardized API specification files by parsing declarative annotations within source code. It functions by analyzing source files to extract metadata from comments and function signatures, transforming them into machine-readable formats such as JSON or YAML. This process ensures that technical documentation remains synchronized with the underlying code structure throughout the development lifecycle. The tool distinguishes itself through its ability to perform static source code parsing and type-system reflection, which allows it to map compl
Automates the standardization and formatting of API documentation comments within the development lifecycle.
AutoRest is a multi-language SDK generator and OpenAPI code generator designed to produce consistent software development kits from a single API definition. It functions as a REST API client generator that transforms Swagger and OpenAPI specification files into functional, typed HTTP client libraries. The tool automates the SDK development workflow by converting design documents into source code, ensuring that the resulting implementations match the defined API contract across different programming languages. The system employs specification-driven development using an intermediate represent
Streamlines the production and maintenance of SDKs by integrating automated code generation into the development lifecycle.
Swagger-jsdoc is a documentation utility that automates the creation of standardized interface specifications for web services and RESTful endpoints. It functions as a documentation builder that extracts metadata directly from source code comments and configuration files to maintain synchronized interface definitions alongside application logic. The tool parses code structures and merges disparate configuration files to produce machine-readable documentation that adheres to industry standards. By utilizing rule-based validation, it ensures that the generated output complies with formal struct
Streamlines the maintenance of API contracts within the development lifecycle to improve team collaboration.
该项目是一个命令行工具,可自动从 OpenAPI 规范直接创建类型安全的 TypeScript HTTP 客户端。通过将服务定义转换为结构化源代码,它确保了端到端的类型同步,并在网络边界强制执行运行时数据完整性。 该生成器通过将 OpenAPI 数据结构映射到 Zod 验证模式脱颖而出,允许一致的模式驱动类型映射和响应验证。它支持去重源代码合成以最小化生成输出中的冗余,并提供模板自定义选项,使用户能够通过定义的渲染规则修改生成代码的结构和格式。 该工具处理客户端创建的整个生命周期,从将异构 API 规范解析为统一的内部模型,到渲染可执行的请求处理程序。它旨在通过生成维护服务间严格数据契约的即用型模块来集成到开发工作流中。
Streamlines backend service integration by automating the transformation of specifications into ready-to-use source code.