Project template for a Deno library.
Repository
Current version released
2 years ago
Dependencies
std
Versions
template-deno-library
Project template for a Deno library.
Project Template Usage
- Use as a template to create a new repository.
- 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
:
API
Link to auto-generated API docs for the library:
License
MIT © Flowscripter