2 repository-uri
Mechanisms for grouping plugins into units that execute in a predefined order during initialization.
Distinct from Bundling Plugins: Focuses on the ordering and grouping of plugin execution rather than the logic within the plugins themselves.
Explore 2 awesome GitHub repositories matching development tools & productivity · Plugin Execution Sequencing. Refine with filters or upvote what's useful.
Kubebuilder is a framework and set of scaffolding tools used to build Kubernetes APIs and controllers. It functions as an operator framework that provides generators for custom resource definitions, admission webhooks, and RBAC manifests to extend cluster functionality. The project distinguishes itself through marker-based code generation, which parses source code comments to automatically produce Kubernetes manifests and boilerplate logic. It employs a hub-and-spoke versioning model to translate data between multiple API versions and uses a three-way merge strategy to automate project migrat
Groups multiple plugins into a single unit that executes in a predefined order during initialization.
Seneca is a message-driven architecture framework and microservices toolkit for Node.js. It functions as a distributed task orchestrator and pattern-based message router, allowing developers to build systems of decoupled services that communicate via a message bus. The framework distinguishes itself through a modular plugin system that organizes business logic into reusable, configurable modules. It supports dynamic action extensions, enabling new handlers to wrap or override existing action patterns to inject custom logic without modifying original code. The system covers a broad range of c
Ensures plugins and actions are initialized in a specific order to manage startup dependencies.