Skip to content

Commit 2ce138a

Browse files
committed
docs: broaden CLI intro to acknowledge the full toolchain
Three verbs (run, manage dependencies, compile) sold the CLI short; formatting, linting, testing, benchmarking, init, publish, repl, jupyter, doc, and lsp are all subcommands too. Restate as 'all-in-one toolchain' that lists categories and ends with 'a lot more' rather than pretending to be exhaustive.
1 parent fd6b601 commit 2ce138a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

runtime/getting_started/command_line_interface.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ oldUrl:
99
- /runtime/manual/tools/
1010
---
1111

12-
The Deno CLI runs scripts, manages dependencies, and compiles code into
13-
standalone executables. Each subcommand (`run`, `test`, `compile`, etc.) has its
14-
own flags; run `deno help` or `deno <subcommand> --help` to see them.
12+
The Deno CLI is an all-in-one toolchain for JavaScript and TypeScript projects:
13+
it runs and tests code, formats and lints, manages dependencies, compiles to
14+
standalone binaries, and a lot more. Each subcommand (`run`, `test`, `fmt`,
15+
`compile`, etc.) has its own flags; run `deno help` or
16+
`deno <subcommand> --help` to see them.
1517

1618
For the complete list of subcommands and flags, see the
1719
[CLI reference](/runtime/reference/cli/). The rest of this page walks through

0 commit comments

Comments
 (0)