summaryrefslogtreecommitdiff
path: root/plugins/deno/README.md
blob: 38f9f203324ad7c2c2a5b7d47df053f80bd03ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Deno Plugin

This plugin sets up completion and aliases for [Deno](https://deno.land).

## 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            |
| drA   | deno run -A         |
| drw   | deno run --watch    |
| dru   | deno run --unstable |
| dts   | deno test           |
| dup   | deno upgrade        |