Module

x/license_checker/saku.md

📄 CLI tool for checking license headers in files
Go to Latest
File

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