Skip to main content
Deno 2 is finally here 🎉️
Learn more

template-deno-library

version build coverage dependencies deno doc license: MIT

Project template for a Deno library.

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:

API Documentation

License

MIT © Flowscripter