Example host application executable for the dynamic-plugin-framework
NOTE: The binaries are 10's of megabytes in size as the entire Bun runtime is included.
Via Homebrew:
brew install flowscripter/tap/example-host-application
In a terminal:
curl -fsSL https://raw.githubusercontent.com/flowscripter/example-host-application/main/script/install.sh | sh
Via Winget:
winget install Flowscripter.example-host-application
You can download and extract the binary zip files from the releases page.
Refer to functional_tests/README.md
Install dependencies:
bun install
Test:
bun test
Run:
bun run index.ts
Compile binary:
bun build index.ts --compile --outfile /tmp/example-host-application
Format:
bunx oxfmt
Lint:
bunx oxlint index.ts src/ tests/
Refer to the dynamic-plugin-framework for an overview of what this example is demonstrating.
MIT © Flowscripter