1.0.5 • Published 10 months ago

@dimelords/plugin-system-shared v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Plugin System Shared

Overview

This package provides shared types, interfaces, and base classes for a dynamic plugin system.

Installation

npm install plugin-system-shared

Usage

import { BasePlugin, PluginManifest } from 'plugin-system-shared';

// Extend BasePlugin in your specific plugin
class MyPlugin extends BasePlugin {
  render() {
    // Implement rendering logic
  }
}

Features

  • BasePlugin abstract class
  • PluginManifest interface
  • Type definitions for plugin system
1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago