Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more

πŸ¦• 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