mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
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> |
||
|---|---|---|
| .. | ||
| esbuild.rs | ||
| externals.rs | ||
| html.rs | ||
| mod.rs | ||
| provider.rs | ||
| transform.rs | ||