deno
A secure JavaScript and TypeScript runtime
Subcommands
Name | Description |
---|
bench | Run benchmarks using Deno's built-in bench tool |
bundle | Bundle module and dependencies into a single file |
cache | Cache and compile remote dependencies, recursively |
compile | UNSTABLE: Compile the script into a self-contained executable |
completions | Generate shell completions |
coverage | Print coverage reports from coverage profiles |
doc | Show documentation for a module |
eval | Evaluate JavaScript from the command line |
fmt | Auto-format JavaScript, TypeScript, Markdown, and JSON files |
info | Show info about the cache or info related to a source file |
install | Install a script as an executable |
uninstall | Uninstalls an executable script in the installation root's bin directory |
lint | Lint JavaScript and TypeScript source code |
lsp | Start the language server |
repl | Open an interactive read-eval-print loop |
run | Run a JavaScript or TypeScript program |
task | Run a task defined in the configuration file |
test | Run tests using Deno's built-in test runner |
types | Print Deno's runtime TypeScript declarations |
upgrade | Upgrade the deno executable |
vendor | Vendor remote modules into a local directory |
help | Print help information for the CLI or a subcommand |
Options
Name | Description |
---|
-h,--help | |
-L,--log-level <command> | |
-q,--quiet | |
--unstable | |
--version | Prints version information, including TypeScript and V8 |
-V | Prints Deno's version |