Marc Cornellà d3bb52d7d8 style: declare globals properly | 2 years ago | |
---|---|---|
.. | ||
README.md | 2 years ago | |
deno.plugin.zsh | 2 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 |
drA | deno run -A |
drw | deno run --watch |
dts | deno test |
dup | deno upgrade |