Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Environment and Configuration

Environment Variables

(bind port (Deno:env:get "PORT"))
(bind mode (Deno:env:get "NODE_ENV"))

Command-Line Arguments

Deno:args    ;; → string array of CLI args (after --)

project.json

Lykn projects use project.json for configuration — workspace settings, dependencies, and project metadata. lykn new generates this automatically.