deno/cli/tools/bundle
Nathan Whitaker 861f62a4ec
feat: add deno x (alias dx) for conveniently running binaries from packages (#31138)
an equivalent to npx, for conveniently running binaries from packages

available as `deno x`, and you can install an alias via `deno x
--install-alias` (defaults to dx but can be specified)

Used like `deno x rolldown`, or `dx rolldown` with the alias

- defaults to allow-all, unless another permission flag is passed
- prompts when you first run a package
- runs lifecycle scripts if you accept the prompt
- defaults to npm: unless otherwise specified
- errors if you try to use it to run a file

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-12-09 15:06:36 -08:00
..
esbuild.rs fix(bundle): support android (#31521) 2025-12-09 14:28:31 -08:00
externals.rs refactor: remove usages of to_string_lossy().to_string() (#30224) 2025-07-28 20:25:58 +00:00
html.rs fix(bundle): reload html entrypoints with --watch (#30790) 2025-09-24 00:27:28 +00:00
mod.rs feat: add deno x (alias dx) for conveniently running binaries from packages (#31138) 2025-12-09 15:06:36 -08:00
provider.rs fix(bundle): don't use createRequire when targeting browser in Deno.bundle (#31534) 2025-12-09 00:13:35 +00:00
transform.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00