deno.land / x / flowscripter_example_plugin_api@v1.0.2

LICENSE1 KB
mod.ts274 B
README.md2 KB
.github2 KB
.gitignore0

example-plugin-api

version build coverage dependencies deno doc license: MIT

Example plugin API for the dynamic-plugin-framework.

Deno Module Usage

import {
  EXTENSION_POINT_1,
  ExtensionPoint1,
} from "https://deno.land/x/flowscripter_example_plugin_api/mod.ts";

// ExtensionPoint1 is identified by EXTENSION_POINT_1 identifier

class MyExtensionPointImplementation implements ExtensionPoint1 {
  public sayHello(): void {
    // greetings...
  }
}

Development

Lint: deno fmt

Documentation

Overview

classDiagram
    
   class ExtensionPoint1 {
      <<interface>>
      sayHello()
   }

Framework API

Refer to the dynamic-plugin-framework for an overview of what this example is demonstrating.

API

Link to auto-generated API docs for the library:

API Documentation

License

MIT © Flowscripter

flowscripter_example_plugin_api

Version Info

Tagged at
a year ago