CLI Command Reference
The Deno CLI provides a number of helpful utilities in addition to running Deno programs. These tools are listed below. You may also want to check out our list of unstable feature flags, which give early access to new Deno features before they are finalized.
- start new project (
deno init
) - benchmarker (
deno bench
) deno cache
- compiling executables (
deno compile
) - installer (
deno install
) - Jupyter kernel (
deno jupyter
) - dependency inspector (
deno info
) - documentation generator (
deno doc
) - formatter (
deno fmt
) - linter (
deno lint
) - repl (
deno repl
) - task runner (
deno task
) - test runner (
deno test
) - vendoring dependencies (
deno vendor
)