Skip to main content

example-host-application

version build coverage dependencies deno doc license: MIT

Example host application executable for the dynamic-plugin-framework.

Binary Executable Usage

NOTE: The below won’t work due to https://github.com/flowscripter/example-host-application/issues/3 Instead for now:

deno run --allow-net https://deno.land/x/flowscripter_example_host_application/mod.ts

Download and extract zip from: https://github.com/flowscripter/example-host-application/releases

Run the executable: ./example-host-application

Development

Run: deno run --unstable --allow-net mod.ts

Test: deno test -A --unstable

Lint: deno fmt mod.ts deps.ts src/ tests/

Compile: deno compile --unstable --allow-net mod.ts

Functional Tests

Refer to functional_tests/README.md

Documentation

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