Carlo Sala 63a7422d8d fix(deno): actually load deno completion (#9863) | 3 years ago | |
---|---|---|
.. | ||
.gitignore | 3 years ago | |
README.md | 3 years ago | |
deno.plugin.zsh | 3 years ago |
This plugin sets up completion and aliases for Deno.
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 |