deno/cli/tools
Nathan Whitaker 84546d2f6f
Some checks are pending
ci / build libs (push) Blocked by required conditions
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / pre-build (push) Waiting to run
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
feat(install): more informative deno install output (#30387)
This commit updates output of `deno install` to look like so:
```
$ deno install
Packages: 20
+++++++++++++++++
Resolved: 32, reused: 8, downloaded: 12, added: 10

Dependencies:
+ jsr:@std/http 1.0.2
+ npm:express 1.0.1
...
```

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-08-21 12:35:02 +02:00
..
bench fix(cache): cache excluded modules explicitly provided on the command line (#30442) 2025-08-18 17:54:44 -04:00
bundle chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
coverage fix: support cjs, cts, mjs, and mts for the --ext flag (#30398) 2025-08-14 12:02:49 -04:00
doc feat(doc): add darkmode for HTML output (#28989) 2025-04-21 13:02:50 -07:00
init chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
installer feat(install): more informative deno install output (#30387) 2025-08-21 12:35:02 +02:00
jupyter chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
lint chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
pm fix(outdated): use version tagged as latest if it satisfies the version req (#30412) 2025-08-15 10:44:41 -07:00
publish fix(publish): handle precompile in jsx publishing (#30466) 2025-08-20 15:42:26 +00:00
repl fix(unstable): fix json repl bugs (#30415) 2025-08-16 17:38:14 +02:00
run feat(install): more informative deno install output (#30387) 2025-08-21 12:35:02 +02:00
test fix(cache): cache excluded modules explicitly provided on the command line (#30442) 2025-08-18 17:54:44 -04:00
check.rs fix(cache): cache excluded modules explicitly provided on the command line (#30442) 2025-08-18 17:54:44 -04:00
clean.rs fix(cache): cache excluded modules explicitly provided on the command line (#30442) 2025-08-18 17:54:44 -04:00
compile.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
deploy.rs refactor: rename deploy env vars (#30393) 2025-08-15 02:28:08 +00:00
doc.rs fix(cache): cache excluded modules explicitly provided on the command line (#30442) 2025-08-18 17:54:44 -04:00
fmt.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
info.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
mod.rs feat(bundle, unstable): bundling backed by esbuild (#29470) 2025-06-07 21:20:10 +02:00
serve.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
task.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
upgrade.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00