On this page you find all important commands for the CLI tool deno. If the
command you are looking for is missing please ask our AI.
deno
Deno (/ˈdiːnoʊ/, pronounced dee-no) is a JavaScript, TypeScript, and WebAssembly runtime with secure defaults and a great developer experience. It’s built on V8, Rust, and Tokio.
List of commands for deno:
-
deno:tldr:74476 deno: Install an executable script from a URL.$ deno install ${https:--deno-land-std-examples-colors-ts}try on your machineexplain this command
-
deno:tldr:c8772 deno: Start a REPL (interactive shell).$ denotry on your machineexplain this command
-
deno:tldr:d90c9 deno: Run a file with network access enabled.$ deno run --allow-net ${filename-ts}try on your machineexplain this command
-
deno:tldr:f6414 deno: Run a JavaScript or TypeScript file.$ deno run ${filename-ts}try on your machineexplain this command