2 dépôts
Tooling specifically for scaffolding and creating new plugins to extend a system's functionality.
Distinct from Plugin-Based Extensibility: Focuses on the generation/creation of plugins rather than the general extensibility architecture.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Plugin Generators. Refine with filters or upvote what's useful.
Rekit is a development toolkit for building scalable web applications, providing a modular framework and automated project scaffolding. It functions as an extensible environment for managing the architecture of applications built with React, Redux, and React Router, utilizing a feature-sliced design to organize components, state logic, and routing into decoupled, domain-specific modules. The toolkit distinguishes itself through a plugin-based extensibility system that allows for the creation of custom project element types and the modification of default scaffolding behaviors. It features a R
Provides tooling to generate new plugins as local extensions or public packages.
light-4j is a Java microservices framework designed for building scalable distributed systems. It provides a toolkit for developing cloud-native services with integrated support for service discovery, telemetry, and secure inter-service communication. The project includes a runtime OpenAPI request validator to ensure communication consistency by checking data against formal specifications. It also features an OAuth2 API security gateway for verifying identity tokens and managing credentials, alongside an event-sourcing messaging system for building command query responsibility segregation arc
Automates service construction by using modular plugins to generate data schemas and fetchers from interface definitions.