Deno
Secure JavaScript and TypeScript runtime. Run, test, lint, and bundle code with built-in tooling and permissions.
54 commands
Browse by Topic
Install Deno (macOS)
Install Deno using Homebrew on macOS
Install Deno (Linux/macOS)
Install Deno using the official installer script
Run example script
Run a remote TypeScript file to test Deno
Check version
Display Deno, V8, and TypeScript versions
Run Script
Execute a TypeScript/JavaScript file
Run with All Permissions
Run script with all permissions (dev only)
Allow Environment Access
Run with environment variable access
Allow Network Access
Run with network permission
Allow Specific Host
Allow network access to specific host only
Allow File Read
Run with file read permission
Allow File Write
Run with file write permission
Run from URL
Execute script directly from URL
Watch Mode
Auto-restart on file changes
Serve HTTP
Run HTTP server with Deno.serve
Add Package
Add a JSR package to deno.json
Add npm Package
Add an npm package to deno.json
Cache Dependencies
Download and cache dependencies
Install Dependencies
Install all dependencies from deno.json
Check Outdated
Check for outdated dependencies
Remove Package
Remove a package from deno.json
Update Dependencies
Update dependencies to latest versions
Vendor Dependencies
Copy remote dependencies to local folder
Run Task
Run a task defined in deno.json
Development Task
Run the dev task (commonly defined)
List Tasks
Show all available tasks
Start Task
Run the start task (commonly defined)
Coverage Report
Generate HTML coverage report
Run Tests
Execute all tests in project
Test with Coverage
Generate coverage data
Fail Fast
Stop on first test failure
Test Specific File
Run tests in a specific file
Filter Tests
Run tests matching pattern
Parallel Tests
Run tests in parallel
Watch Tests
Re-run tests on file changes
Type Check
Type check without running
Format Code
Format all files in project
Check Formatting
Check if files are formatted
Format Specific Files
Format specific files
Lint Code
Lint all files in project
Lint and Fix
Auto-fix linting issues
List Lint Rules
Show all available lint rules
Compile to Binary
Create standalone executable
Compile with Assets
Embed files into binary
Compile with Output Name
Compile with custom output name
Compile with Permissions
Bake permissions into binary
Cross-Compile
Compile for different platform
Generate Docs
Generate documentation from JSDoc
Docs as JSON
Output documentation as JSON
Deno Info
Show Deno installation info
Module Info JSON
Get module info as JSON
Module Info
Show module dependency tree
Start REPL
Start interactive REPL
Print Types
Print Deno runtime TypeScript definitions
Upgrade Deno
Upgrade to latest Deno version
Discussion
Loading comments...