my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
479 B

3 years ago
  1. # Deno Plugin
  2. This plugin sets up completion and aliases for [Deno](https://deno.land).
  3. ## Aliases
  4. | Alias | Full command |
  5. | ----- | ---------------- |
  6. | db | deno bundle |
  7. | dc | deno compile |
  8. | dca | deno cache |
  9. | dfmt | deno fmt |
  10. | dh | deno help |
  11. | dli | deno lint |
  12. | drn | deno run |
  13. | drA | deno run -A |
  14. | drw | deno run --watch |
  15. | dts | deno test |
  16. | dup | deno upgrade |