Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 312 Bytes

saku.md

File metadata and controls

25 lines (13 loc) · 312 Bytes

test

Run unit tests

deno test --coverage --unstable --allow-read --allow-write --allow-run

fmt

Formats the source code

deno fmt

lint

Formats the source code

deno lint --unstable

license

Checks the licenses

deno run --unstable --allow-read main.ts