Skip to main content

🦕 deno-module-starter

Deno module starter repository.

Usage

import { getHelloWorld } from "https://raw.githubusercontent.com/BrunnerLivio/deno-module-starter/{VERSION}/mod.ts";

const helloWorld = getHelloWorld();
console.log(helloWorld); // Prints "Hello World" in bold

Test

# unit tests
deno ./test.ts

Format code

deno fmt **/*.ts

Resources