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.
 
 
kang 5a3f565e7d
feat(deno): add `dru` alias for `--unstable` (#11667)
3 years ago
..
README.md feat(deno): add `dru` alias for `--unstable` (#11667) 3 years ago
deno.plugin.zsh feat(deno): add `dru` alias for `--unstable` (#11667) 3 years ago

README.md

Deno Plugin

This plugin sets up completion and aliases for Deno.

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