]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/deno/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / deno / README.md
1 # Deno Plugin
2
3 This plugin sets up completion and aliases for [Deno](https://deno.land).
4
5 ## Aliases
6
7 | Alias | Full command     |
8 | ----- | ---------------- |
9 | db    | deno bundle      |
10 | dc    | deno compile     |
11 | dca   | deno cache       |
12 | dfmt  | deno fmt         |
13 | dh    | deno help        |
14 | dli   | deno lint        |
15 | drn   | deno run         |
16 | drA   | deno run -A      |
17 | drw   | deno run --watch |
18 | dts   | deno test        |
19 | dup   | deno upgrade     |