v1.0.1
Example plugin for the deno-dynamic-plugin-framework.
Repository
Current version released
3 years ago
Dependencies
std
example-plugin
Example plugin for the dynamic-plugin-framework.
Deno Module Usage
import { ExampleExtension } from "https://deno.land/x/flowscripter_example_plugin/mod.ts";
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