@flowscripter/example-host-application

1.0.1 • Public • Published

example-host-application

version build coverage license: MIT

Example host application executable for the dynamic-plugin-framework

Binary Executable Usage

NOTE: The binaries are 10's of megabytes in size as the entire Bun runtime is included.

MacOS

Via Homebrew:

brew install flowscripter/tap/example-host-application

Linux

In a terminal:

curl -fsSL https://raw.githubusercontent.com/flowscripter/example-host-application/main/script/install.sh | sh

Windows

Via Winget:

winget install Flowscripter.example-host-application

Manual Install

You can download and extract the binary zip files from the releases page.

Functional Tests

Refer to functional_tests/README.md

Development

Install dependencies:

bun install

Test:

bun test

Run:

bun run index.ts

Compile binary:

bun build index.ts --compile --outfile /tmp/example-host-application

NOTE: The following tasks use Deno as it excels at these and Bun does not currently provide such functionality:

Format:

deno fmt

Lint:

deno lint index.ts src/ tests/

Documentation

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

License

MIT © Flowscripter

Package Sidebar

Install

npm i @flowscripter/example-host-application

Weekly Downloads

5

Version

1.0.1

License

MIT

Unpacked Size

13.4 kB

Total Files

19

Last publish

Collaborators

  • vectronic