@jucie-engine/command-manager
v1.0.3
Published
Command manager service for @jucie-engine/core with command definition and execution support
Maintainers
Readme
@jucie-engine/command-manager
Command manager service for @jucie-engine/core. This service provides a command pattern implementation with command definition, execution, and lifecycle management.
Installation
npm install @jucie-engine/command-managerUsage
Refer to the main README.md for comprehensive usage examples and API reference.
Features
- Command Definition: Define commands with validation and metadata
- Command Execution: Execute commands with proper context and error handling
- Lifecycle Management: Track command states and execution history
- Engine Integration: Seamlessly integrates with @jucie-engine/core services
