Repository
Current version released
4 years ago
Dependencies
std
π¦ 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