mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-15 09:08:27 +00:00
- Remove alias for (deprecated in Deno 1.x, removed in Deno 2.0) - Remove alias for (the --unstable flag has been deprecated in favor of granular --unstable-* flags) - Add alias for (type-check without running) - Add alias for (HTTP server introduced in Deno 1.37) - Update README to reflect changes
508 B
508 B
Deno Plugin
This plugin sets up completion and aliases for Deno.
Aliases
| Alias | Full command |
|---|---|
| dc | deno compile |
| dca | deno cache |
| dck | deno check |
| dfmt | deno fmt |
| dh | deno help |
| dli | deno lint |
| drn | deno run |
| drA | deno run -A |
| drw | deno run --watch |
| dsv | deno serve |
| dts | deno test |
| dup | deno upgrade |