v1.0.6
Example plugin for the deno-dynamic-plugin-framework.
Attributes
Includes Deno configuration
Repository
Current version released
10 months ago
Dependencies
example-plugin
Example plugin for the dynamic-plugin-framework.
Deno Module Usage
import { ExampleExtension } from "@flowscripter/example-plugin";
const extension = new ExampleExtension();
extension.sayHello();Development
Test: deno test -A --unstable
Lint: deno fmt
Documentation
Overview
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:
License
MIT © Flowscripter