Skip to content

paoloose/deno-wordle

Repository files navigation

Deno Wordle CLI

Classic Wordle CLI 🟨 🟩 with Deno

Wordle CLI Showcase

Test it 🐢

Run directly with Deno

deno run --allow-net --import-map ./import_map.json index.ts

Or with Velociraptor script runner (see scripts.json)

vr start