mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 08:20:09 +00:00
6cc12e031e
Co-authored-by: Kapil Pau <kapilpau@hotmail.com> Co-authored-by: CallMeLaNN <CallMeLaNN@users.noreply.github.com>
450 B
450 B
Deno Plugin
This plugin sets up completion and aliases for Deno.
Aliases
Alias | Full command |
---|---|
db | deno bundle |
dc | deno compile |
dca | deno cache |
dfmt | deno fmt |
dh | deno help |
dli | deno lint |
drn | deno run |
drw | deno run --watch |
dts | deno test |
dup | deno upgrade |