summaryrefslogtreecommitdiff
path: root/plugins/deno/README.md
blob: 6913183979bd6a35a35ee2b13ae568c294f367d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 |
| dts   | deno test        |
| dup   | deno upgrade     |