JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q37924F
  • License SEE LICENSE IN ../../LICENSE

Command manager service for @jucie.io/engine with command definition and execution support

Package Exports

    Readme

    @jucie-engine/command-manager

    Command manager service for @jucie.io/engine. This service provides a command pattern implementation with command definition, execution, and lifecycle management.

    Installation

    npm install @jucie-engine/command-manager

    Usage

    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.io/engine services