Skip to main content

template-deno-library

version build coverage dependencies deno doc license: MIT

Project template for a Deno library.

Project Template Usage

  1. Use as a template to create a new repository.
  2. Update links and references in README.md.

Deno Module Usage

import { world } from "https://deno.land/x/flowscripter_template_deno_library/mod.ts";

world();

Development

Test: deno test -A --unstable

Lint: deno fmt

Documentation

Overview

PNG image generated from images/uml_diagram.mermaid:

UML Diagram

API

Link to auto-generated API docs for the library:

API Documentation

License

MIT © Flowscripter