Project template for a Deno library.
Attributes
Includes Deno configuration
Repository
Current version released
10 months ago
Dependencies
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
Install from https://jsr.io/@flowscripter/template-deno-library
import { world } from "@flowscripter/template-deno-library";
world();Development
Test: deno test -A --unstable
Lint: deno fmt
Documentation
Overview
classDiagram
Foo <|-- BarAPI
Link to auto-generated API docs for the library:
License
MIT © Flowscripter